VintaSoft Twain .NET SDK 15.2: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / cancelTransfer Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    cancelTransfer Method
    In This Topic
    Sends an asynchronous request to cancel current image scanning process.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: any
    value = instance.cancelTransfer();
    
    
    function cancelTransfer() : any;
    
    Exceptions
    ExceptionDescription
    Thrown if device is not opened OR error occurs during sending the cancel current transfer command to the device.
    Browser Compatibility
    9
    See Also