ImageGear .NET v24.14 - Updated
GetBookmark Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDocument Class : GetBookmark Method
Gets the root of the document's bookmark tree.
Syntax
'Declaration
 
Public Function GetBookmark() As ImGearPDFBookmark
'Usage
 
Dim instance As ImGearPDFDocument
Dim value As ImGearPDFBookmark
 
value = instance.GetBookmark()
public ImGearPDFBookmark GetBookmark()
public: ImGearPDFBookmark* GetBookmark(); 
public:
ImGearPDFBookmark^ GetBookmark(); 

Return Value

The document's root bookmark.
Remarks
The returned value is valid even if document's bookmark tree is empty.
See Also

Reference

ImGearPDFDocument Class
ImGearPDFDocument Members
ImGearPDFDictionary Class
ImGearPDFBookmark Class