VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.UI Namespace / PdfTextMarkupTool Class / TextMarkupAppearanceGenerator Property
Синтаксис Требования Смотрите также
В этом разделе
    TextMarkupAppearanceGenerator Свойство (PdfTextMarkupTool)
    В этом разделе
    Возвращает или задает генератор внешнего вида аннотаций текстовой разметки.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The appearance generator of text markup annotation.")>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <CategoryAttribute("Appearance")>
    Public Property TextMarkupAppearanceGenerator As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator
    
    
    [Description("The appearance generator of text markup annotation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator TextMarkupAppearanceGenerator { get; set; }
    
    
    [Description("The appearance generator of text markup annotation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public: __property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator* get_TextMarkupAppearanceGenerator();
    public: __property void set_TextMarkupAppearanceGenerator(
    Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator* value
    );
    [Description("The appearance generator of text markup annotation.")]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public:
    property Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator^ TextMarkupAppearanceGenerator { Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator^ get(); void set(Vintasoft.Imaging.Pdf.Tree.Annotations.PdfTextMarkupAnnotationAppearanceGenerator^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также