BookmarkAddNext Method (String) |
Adds a new Bookmark to the tree containing this Bookmark, as the
new right sibling.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Bookmark AddNext(
string text
)
Public Function AddNext (
text As String
) As Bookmark
public:
virtual Bookmark^ AddNext(
[InAttribute] String^ text
) sealed
Parameters
- text
- Type: SystemString
The title string value of the new Bookmark.
Return Value
Type:
Bookmark The newly created sibling Bookmark.
See Also