OpenAction

Top  Previous  Next

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

 

This property is used to get actions which gets invoked when the document is opened.  Use SetGoToAction, SetGoToRAction, SetJavaScriptAction, SetLaunchAction or SetURIAction to set the intended action.

 

Syntax

 

[VC++]

CgtPDFActionX GetOpenAction();

 

[CS]

public abstract new gtPDFActionX OpenAction [  get]

 

[VB]

Property OpenAction As gtPDFActionX