ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / GetParent Method




In This Topic
    GetParent Method
    In This Topic
    Gets the bookmark's parent bookmark.
    Syntax
    'Declaration
     
    Public Function GetParent() As ImGearPDFBookmark
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim value As ImGearPDFBookmark
     
    value = instance.GetParent()
    public ImGearPDFBookmark GetParent()
    public: ImGearPDFBookmark* GetParent(); 
    public:
    ImGearPDFBookmark^ GetParent(); 

    Return Value

    Parent bookmark of the bookmark or Null if the bookmark is the root of its tree.
    See Also