ImageGear .NET
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)
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

Reference

ImGearPDFBookmark Class
ImGearPDFBookmark Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback