VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageConverterJS type / abortConverting Methods / abortConverting() Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    abortConverting() Method
    In This Topic
    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
    value = instance.abortConverting();
    
    
    function abortConverting() : WebRequestJS;
    

    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