VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPageContentActionCompositeExecutorJS type / executeAction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    executeAction Method
    In This Topic
    Executes the action.
    Syntax
    var instance = new Vintasoft.Imaging.WebPageContentActionCompositeExecutorJS(items);
    
    var value; // Type: boolean
    
    // Parameters
    var viewer; // Type: WebImageViewerJS
    var image; // Type: WebImageJS
    var action; // Type: object
    
    value = instance.executeAction(viewer, image, action);
    
    
    function executeAction(
    viewer
    The image viewer.
    : WebImageViewerJS,
    image
    The image that contains the action.
    : WebImageJS,
    action
    The action to execute.
    : object
    ) : boolean;

    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