VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / cancelTransfer Property
Syntax Exceptions BrowserCompatibility SeeAlso
    cancelTransfer Method
    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();
    
    
    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