PDFView4NET WinForms Edition
Annotations Property




O2S.Components.PDFView4NET Namespace > PDFPage Class : Annotations Property
Gets the list of page annotations.
Syntax
'Declaration
 
Public ReadOnly Property Annotations As PDFAnnotationCollection
'Usage
 
Dim instance As PDFPage
Dim value As PDFAnnotationCollection
 
value = instance.Annotations
public PDFAnnotationCollection Annotations {get;}
public: __property PDFAnnotationCollection* get_Annotations();
public:
property PDFAnnotationCollection^ Annotations {
   PDFAnnotationCollection^ get();
}

Property Value

The list of all annotations included on the page.
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

PDFPage Class
PDFPage Members