var instance = new Vintasoft.Imaging.WebNavigationActionExecutorJS(); var value; // Type: boolean // Parameters var viewer; // Type: WebImageViewerJS var image; // Type: WebImageJS var action; // Type: object value = instance.executeAction(viewer, image, action);
function executeAction(
viewerThe image viewer.: WebImageViewerJS,
imageThe image that contains the action.: WebImageJS,
actionThe action to execute.: object
) : boolean;
Parameters
- viewer
- The image viewer.
- image
- The image that contains the action.
- action
- The action to execute.
Return Value
True if action is executed successfully; otherwise, false.