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
Exception | Description |
| Thrown if device is not opened OR error occurs during sending the cancel current transfer command to the device. |
Browser Compatibility
See Also