Click or drag to resize

BookmarkSetTitle Method

Sets the Bookmark's title string.

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

Parameters

title
Type: SystemString
The new title string for the bookmark.
See Also