VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / AppearanceGenerator Property
Syntax Requirements SeeAlso
In This Topic
    AppearanceGenerator Property (PdfAnnotation)
    In This Topic
    Gets or sets the appearance generator of annotation.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <CategoryAttribute("Appearance")>
    Public Property AppearanceGenerator As PdfAnnotationAppearanceGenerator
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public PdfAnnotationAppearanceGenerator AppearanceGenerator { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public: __property PdfAnnotationAppearanceGenerator* get_AppearanceGenerator();
    public: __property void set_AppearanceGenerator(
    PdfAnnotationAppearanceGenerator* value
    );
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Category("Appearance")]
    public:
    property PdfAnnotationAppearanceGenerator^ AppearanceGenerator { PdfAnnotationAppearanceGenerator^ get(); void set(PdfAnnotationAppearanceGenerator^ 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