ModifyPrevByAction

Top  Previous  Next

 

The ModifyPrevByAction property is used to modify the previous  node using the action set to "Action" property.

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

 

 

 

Syntax

 

 

 

[VC++]

void ModifyPrevByAction(LPCTSTR Title, LPDISPATCH OutLineAttribute);

 

[CS]

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

 

[VB]

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