VintaSoftTwain Control v6.0
VintaSoftTwain Object / HttpUpload_Cancel Method
In This Topic
    HttpUpload_Cancel Method
    In This Topic
    Description
    Cancels current image uploading process to HTTP server.
    Syntax
    Visual Basic
    Public Sub HttpUpload_Cancel() 
    Remarks
    An image uploading process will not be aborted immediately, it will be aborted (completed correctly) only when a HttpUploadCompleted event will be fired.
    Example
    TWAIN Advanced Demo demonstrates how to acquire image from scanner and upload it onto HTTP server.
    See Also