Click or drag to resize

BookmarkFind Method

Gets the Bookmark specified by the given title string.

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

Parameters

title
Type: SystemString
The title string value of the Bookmark to find.

Return Value

Type: Bookmark
A Bookmark matching the title string value specified.
See Also