ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / AddPrev Method
The bookmark to become the new left sibling of the current bookmark. This bookmark must have been previously unlinked.




In This Topic
    AddPrev Method
    In This Topic
    Adds bookmark as the new left sibling to the current bookmark, adjusting the tree containing the current bookmark appropriately.
    Syntax
    'Declaration
     
    Public Sub AddPrev( _
       ByVal bookmark As ImGearPDFBookmark _
    ) 
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim bookmark As ImGearPDFBookmark
     
    instance.AddPrev(bookmark)
    public void AddPrev( 
       ImGearPDFBookmark bookmark
    )
    public: void AddPrev( 
       ImGearPDFBookmark* bookmark
    ) 
    public:
    void AddPrev( 
       ImGearPDFBookmark^ bookmark
    ) 

    Parameters

    bookmark
    The bookmark to become the new left sibling of the current bookmark. This bookmark must have been previously unlinked.
    See Also