AddNextByAction

Top  Previous  Next

The AddNextByAction method is used to add a next node to the current node using the action set to "Action" property.

Use SetGoToAction, SetGoToRAction, SetJavaScriptAction, SetLaunchAction or SetURIAction to set the intended action.

 

 

 

 

Syntax

 

 

 

[VB]

Function AddNextByAction(Title As String, OutLineAttribute As gtBookmarkAttributeX) As gtPDFOutlineX

 

[CS]

public abstract new gtPDFOutlineX AddNextByAction(System.String Title, PDFtoolkitX.gtBookmarkAttributeX OutLineAttribute)

 

[VC++]

CgtPDFOutlineX AddNextByAction(LPCTSTR Title, LPDISPATCH OutLineAttribute);

 

 

Parameters

 

Title

[in] Indicates the name of the next node to be added.

 

OutLineAttribute

[in] Instance of gtBookmarkAttributeX, whose properties can be used to set the bookmark's color and style.

 

Return Value

 

 

Instance of gtPDFOutlineX that refers to the added node.