|
CreateNewBookmark Method |
Top Previous Next |
|
The CreateNewBookmark method creates a new bookmark in the PDF document.
Syntax
Parameters
Title [in] Indicates the text that labels the new bookmark.
Destination [in] Refers to the Page, Position and Fit Type within the page to which the bookmark is linked. Pass an instance of gtPDFDestinationX object with its properties set.
OutLineAttribute [in] Instance of gtBookmarkAttributeX, whose properties can be used to set the bookmark's color and style.
Return Value
Instance of gtPDFOutlineX object refers to newly created bookmark.
Example Code
|