VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.UI Namespace / PdfTextMarkupTool Class / TextMarkupAppearanceGenerator Property
Syntax Requirements SeeAlso
In This Topic
    TextMarkupAppearanceGenerator Property (PdfTextMarkupTool)
    In This Topic
    Gets or sets the appearance generator of text markup annotation.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also