PDFView4NET WPF Edition
Type Property (PDFAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : Type Property
Gets the annotation type.
Syntax
'Declaration
 
Public ReadOnly Property Type As PDFAnnotationType
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAnnotationType
 
value = instance.Type
public PDFAnnotationType Type {get;}
public: __property PDFAnnotationType get_Type();
public:
property PDFAnnotationType Type {
   PDFAnnotationType get();
}

Property Value

The annotation type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members