PDFView4NET WPF Edition
Bookmarks Property (PDFBookmark)




O2S.Components.PDFView4NET Namespace > PDFBookmark Class : Bookmarks Property
Gets the collection of child bookmarks.
Syntax
'Declaration
 
Public ReadOnly Property Bookmarks As PDFBookmarkCollection
'Usage
 
Dim instance As PDFBookmark
Dim value As PDFBookmarkCollection
 
value = instance.Bookmarks
public PDFBookmarkCollection Bookmarks {get;}
public: __property PDFBookmarkCollection* get_Bookmarks();
public:
property PDFBookmarkCollection^ Bookmarks {
   PDFBookmarkCollection^ get();
}

Property Value

A PDFBookmarkCollection object with the list of child bookmarks.
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

PDFBookmark Class
PDFBookmark Members