PDFView4NET WinForms Edition
Bookmarks Property (PDFDocument)




O2S.Components.PDFView4NET Namespace > PDFDocument Class : Bookmarks Property
Gets the list of bookmarks in the PDF document.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property Bookmarks As PDFBookmarkCollection
'Usage
 
Dim instance As PDFDocument
Dim value As PDFBookmarkCollection
 
value = instance.Bookmarks
[Browsable(false)]
public PDFBookmarkCollection Bookmarks {get;}
[Browsable(false)]
public: __property PDFBookmarkCollection* get_Bookmarks();
[Browsable(false)]
public:
property PDFBookmarkCollection^ Bookmarks {
   PDFBookmarkCollection^ get();
}

Property Value

The list of top level bookmarks in 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