ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBookmark Class / AddNewSibling Method
The new bookmark's title.




In This Topic
    AddNewSibling Method
    In This Topic
    Adds a new bookmark to the tree containing the current bookmark as the new right sibling.
    Syntax
    'Declaration
     
    Public Function AddNewSibling( _
       ByVal text As String _
    ) As ImGearPDFBookmark
    'Usage
     
    Dim instance As ImGearPDFBookmark
    Dim text As String
    Dim value As ImGearPDFBookmark
     
    value = instance.AddNewSibling(text)
    public ImGearPDFBookmark AddNewSibling( 
       string text
    )
    public: ImGearPDFBookmark* AddNewSibling( 
       string* text
    ) 
    public:
    ImGearPDFBookmark^ AddNewSibling( 
       String^ text
    ) 

    Parameters

    text
    The new bookmark's title.

    Return Value

    The newly created bookmark.
    See Also