Executes the action.
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(
: WebImageJS,
: object
) : boolean;
Parameters
- image
- The image that contains the action.
- action
- The action.
Return Value
True if action is executed successfully; otherwise, false.