ImageGear .NET - Updated May 30, 2018
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()

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