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