ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFAnnotation Class / Type Property




In This Topic
    Type Property (ImGearPDFAnnotation)
    In This Topic
    Gets the type of the annotation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As ImGearPDFAtom
    'Usage
     
    Dim instance As ImGearPDFAnnotation
    Dim value As ImGearPDFAtom
     
    value = instance.Type
    public ImGearPDFAtom Type {get;}
    public: __property ImGearPDFAtom* get_Type();
    public:
    property ImGearPDFAtom^ Type {
       ImGearPDFAtom^ get();
    }

    Property Value

    The type of the annotation.
    See Also