ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDocument Class / GetBookmark Method




In This Topic
    GetBookmark Method
    In This Topic
    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