VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageConverterJS type / abortConverting Methods / abortConverting(function) Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
    abortConverting(function) Method
    Sends an asynchronous request for aborting the active image file converting process.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service);
    
    var value; // Type: Vintasoft.Shared.WebRequestJS
    
    // Parameters
    var successFunc; // Type: function
    
    value = instance.abortConverting(successFunc);
    
    

    Parameters

    successFunc
    Function that will be executed if request is executed successfully.

    Return Value

    Request object.
    Exceptions
    ExceptionDescription
    Thrown if active image file convertingprocess does not exist.
    Remarks

    Before calling this method you must call the "get_IsStarted" to determine that converter does have active image file converting proces.

    Browser Compatibility
    56+
    45+
    11
    See Also