'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); }