VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfOfficeDocumentAnnotation Class / DefaultAppearanceGeneratorType Property
Syntax Requirements SeeAlso
In This Topic
    DefaultAppearanceGeneratorType Property (PdfOfficeDocumentAnnotation)
    In This Topic
    Gets or sets the type of default appearance generator.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Shared Property DefaultAppearanceGeneratorType As System.Type
    
    
    [Browsable(False)]
    public static System.Type DefaultAppearanceGeneratorType { get; set; }
    
    
    [Browsable(False)]
    public: __property static System.Type* get_DefaultAppearanceGeneratorType();
    public: __property static void set_DefaultAppearanceGeneratorType(
    System.Type* value
    );
    [Browsable(False)]
    public:
    static property System.Type^ DefaultAppearanceGeneratorType { System.Type^ get(); void set(System.Type^ 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