VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfTextMarkupAnnotation Class / AnnotationType Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    AnnotationType Property (PdfTextMarkupAnnotation)
    In This Topic
    Gets or sets the type of annotation.
    Syntax
    'Declaration
    
    Public Overrides Property AnnotationType As PdfAnnotationType
    
    
    public override PdfAnnotationType AnnotationType { get; set; }
    
    
    public: __property PdfAnnotationType get_AnnotationType(); override;
    public: __property void set_AnnotationType(
    PdfAnnotationType value
    ); override;
    public:
    property PdfAnnotationType AnnotationType { PdfAnnotationType get() override;; void set(PdfAnnotationType value) override;; }
    Exceptions
    ExceptionDescription
    Thrown if annotation type is incorrect.
    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