ModifyNextByAction

Top  Previous  Next

 

The ModifyNextByAction property is used to modify the next node using the action set to "Action" property.

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

 

 

 

 

Syntax

 

 

 

[VC++]

void ModifyNextByAction(LPCTSTR Title, LPDISPATCH OutLineAttribute);

 

[CS]

public abstract new void ModifyNextByAction(System.String Title, PDFtoolkitX.gtBookmarkAttributeX OutLineAttribute)

 

[VB]

Sub ModifyNextByAction(Title As String, OutLineAttribute As gtBookmarkAttributeX)

 

 

Parameters

 

Title

[in] Indicates the name of the node to be modified.

 

OutLineAttribute

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