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




In This Topic
    AddNext Method
    In This Topic
    Adds next bookmark as the new right sibling to the current one.
    Syntax
    'Declaration
     
    Public Sub AddNext( _
       ByVal bookmark As ImGearPDFBookmark _
    ) 
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim bookmark As ImGearPDFBookmark
     
    instance.AddNext(bookmark)
    public void AddNext( 
       ImGearPDFBookmark bookmark
    )
    public: void AddNext( 
       ImGearPDFBookmark* bookmark
    ) 
    public:
    void AddNext( 
       ImGearPDFBookmark^ bookmark
    ) 

    Parameters

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