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




In This Topic
    Unlink Method
    In This Topic
    Unlinks the current bookmark from the bookmark tree that contains it, and adjusts the tree appropriately.
    Syntax
    'Declaration
     
    Public Sub Unlink() 
    'Usage
     
    Dim instance As ImGearPDFBookmark
     
    instance.Unlink()
    public void Unlink()
    public: void Unlink(); 
    public:
    void Unlink(); 
    See Also