|
AddNext |
Top Previous Next |
|
The AddNext property is used add a node, next to the current node.
Syntax
Parameters
Title [in] Indicates the name of the next child.
Destination [in] Refers to the position where next child needs to be inserted. Pass an instance of Destination 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 TgtPDFOutline that refers to the added node.
|