VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebDocumentNavigationToolJS type / set_ActionExecutor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_ActionExecutor Method
In This Topic
Sets the action executor that must be used to execute an action.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebDocumentNavigationToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebPageContentActionExecutorJS

returnValue = instance.set_ActionExecutor(value);

Parameters

value
WebPageContentActionExecutorJS object. Default value is WebNavigationActionExecutorJS object.
Browser Compatibility
56+
45+
11
See Also