Click or drag to resize

BookmarkAddChild Method (String)

Adds a new Bookmark as the new last child of this Bookmark.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Bookmark AddChild(
	string text
)

Parameters

text
Type: SystemString
The title string value of the new Bookmark.

Return Value

Type: Bookmark
The newly created child Bookmark.
Remarks
If this Bookmark previously had no children, it will be open after the child is added.
See Also