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
)
Public Sub ExecuteAction (
action_param As ActionParameter
)
public:
virtual void ExecuteAction(
[InAttribute] ActionParameter^ action_param
) sealed
function ExecuteAction(action_param);
Parameters
- action_param
- Type: pdftron.PDFActionParameter
Action bound with its related information, such as field.
See Also