VintaSoftTwain Control v6.0
VintaSoftTwain Object / FtpUpload_Cancel Method
In This Topic
    FtpUpload_Cancel Method
    In This Topic
    Description
    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.
    See Also