Click or drag to resize

PDFViewCtrlExecuteAction Method (Action)

Requests action object to be executed by PDFViewCtrl. Action must belong to the document currently displayed in PDFViewCtrl.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ExecuteAction(
	Action action
)

Parameters

action
Type: pdftron.PDFAction
object that is to be executed.
See Also