'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(); }