ModifyByAction

Top  Previous  Next

The ModifyByAction property is used to modify the current node using the action set to "Action" property.

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

 

 

 

 

Syntax

 

 

 

[VC++]

void ModifyByAction(LPCTSTR Title, LPDISPATCH OutLineAttribute);

 

[CS]

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

 

[VB]

Sub ModifyByAction(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.