PDFView4NET WinForms Edition
BookmarkViews Property




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

Property Value

A PDFBookmarksViewCollection object specifying a list of bookmark 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