Click or drag to resize

PDFViewCtrlExecuteAction Method (ActionParameter)

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(
	ActionParameter action_param
)

Parameters

action_param
Type: pdftron.PDFActionParameter
Action bound with its related information, such as field.
See Also