VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / execute Methods / execute(Vintasoft.Shared.WebImageJS,Vintasoft.Shared.WebServiceJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    execute(Vintasoft.Shared.WebImageJS,Vintasoft.Shared.WebServiceJS) Method
    In This Topic
    Executes the image processing command.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
    
    var value; // Type: boolean
    
    // Parameters
    var image; // Type: WebImageJS
    var service; // Type: WebServiceJS
    
    value = instance.execute(image, service);
    
    
    function execute(
    image
    Image that should be processed.
    : WebImageJS,
    service
    WebServiceJS that shoud process the image.
    : WebServiceJS
    ) : boolean;

    Parameters

    image
    Image that should be processed.
    service
    WebServiceJS that shoud process the image.

    Return Value

    true if image is processed; false if processing is canceled or not necessary.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Thrown if image has an unsupported pixel format.
    Browser Compatibility
    56+
    45+
    11
    See Also