var instance = new Vintasoft.Imaging.Pdf.WebPdfGotoActionExecutorJS(viewer, pdfDocumentEditorControl); var value; // Type: boolean // Parameters var action; // Type: object value = instance.executeAction(action);
function executeAction(
actionThe action.: object
) : boolean;
Parameters
- action
- The action.
Return Value
True if action is executed successfully; otherwise, false.