ImageGear PDF v25.2 - Updated
GetBookmark Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.