ImageGear .NET - Updated May 30, 2018
AddNewSibling Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBookmark Class : AddNewSibling Method
The new bookmark's title.
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)

Parameters

text
The new bookmark's title.

Return Value

The newly created bookmark.
See Also

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members