VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebNavigationActionExecutorJS type / executeAction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
executeAction Method
In This Topic
Executes the action.
Syntax
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);

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.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also