AddPrevByAction

Top  Previous  Next

The AddPrevByAction method is used to add a previous 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

 

 

 

[VC++]

CgtPDFOutlineX AddPrevByAction(LPCTSTR Title, LPDISPATCH OutLineAttribute);

 

[CS]

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

 

[VB]

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

 

 

 

 

 

Parameters

 

Title

[in] Indicates the name of the child 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.