VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_ActionExecutor(
    value : WebPageContentActionExecutorJS
    ) : any;

    Parameters

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