SetAddtionalAction

Top  Previous  Next

[This method is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]

 

This property is used to set JavaScript action for document level actions which gets invoked based on the TriggerType selected.

 

Note: You can only set JavaScript actions for Document Level Actions.

 

 

Syntax

 

 

[VC++]

void SetAddtionalAction(LPDISPATCH Action, long TriggerType);

 

[CS]

public abstract new void SetAddtionalAction (gtPDFJavaScriptActionX Action, TxgtDocActionTriggers TriggerType);

 

[VB]

Sub SetAddtionalAction(Action As gtPDFJavaScriptActionX, TriggerType As TxgtDocActionTriggers)