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
)
Public Sub ExecuteAction (
action As Action
)
public:
virtual void ExecuteAction(
[InAttribute] Action^ action
) sealed
function ExecuteAction(action);
Parameters
- action
- Type: pdftron.PDFAction
object that is to be executed.
See Also