Click or drag to resize

BookmarkAddPrev Method (String)

Adds a new Bookmark to the tree containing this Bookmark, as the new left sibling.

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

Parameters

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

Return Value

Type: Bookmark
The newly created sibling Bookmark.
See Also