VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / AnnotationType Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    AnnotationType Property (PdfAnnotation)
    In This Topic
    Gets or sets the type of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The type of annotation.")>
    <CategoryAttribute("Common")>
    Public Overridable Property AnnotationType As PdfAnnotationType
    
    
    [Description("The type of annotation.")]
    [Category("Common")]
    public virtual PdfAnnotationType AnnotationType { get; set; }
    
    
    [Description("The type of annotation.")]
    [Category("Common")]
    public: __property virtual PdfAnnotationType get_AnnotationType();
    public: __property virtual void set_AnnotationType(
    PdfAnnotationType value
    );
    [Description("The type of annotation.")]
    [Category("Common")]
    public:
    virtual property PdfAnnotationType AnnotationType { PdfAnnotationType get(); void set(PdfAnnotationType value); }
    Exceptions
    ExceptionDescription
    Thrown if setter was invoked.
    Requirements

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

    See Also