Cancels current image uploading process to FTP server.
Syntax
Visual Basic
Public Sub FtpUpload_Cancel()
Remarks
An image uploading process will not be aborted immediately, it will be aborted (completed correctly) only when a FtpUploadCompleted event will be fired.
Example
TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto FTP server.