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




In This Topic
    Remove Method (ImGearPDFBookmark)
    In This Topic
    Removes the bookmark's sub-tree from the bookmark tree containing it.
    Syntax
    'Declaration
     
    Public Sub Remove() 
    'Usage
     
    Dim instance As ImGearPDFBookmark
     
    instance.Remove()
    public void Remove()
    public: void Remove(); 
    public:
    void Remove(); 
    See Also