PDFView4NET WinForms Edition
AnnotationViews Property




O2S.Components.PDFView4NET Namespace > PDFDocument Class : AnnotationViews Property
Gets the list of annotation views attached to the PDF document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property AnnotationViews As PDFAnnotationsViewCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFAnnotationsViewCollection
 
value = instance.AnnotationViews
[Browsable(false)]
public PDFAnnotationsViewCollection AnnotationViews {get;}
[Browsable(false)]
public: __property PDFAnnotationsViewCollection* get_AnnotationViews();
[Browsable(false)]
public:
property PDFAnnotationsViewCollection^ AnnotationViews {
   PDFAnnotationsViewCollection^ get();
}

Property Value

A PDFAnnotationsViewCollection object specifying a list of annotation views for the document.
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

PDFDocument Class
PDFDocument Members