VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceScanFailed Event
The error code of error occured at the acquisition process.
In This Topic
    DeviceScanFailed Event
    In This Topic
    Description
    Occurs when scan process is failed.
    Syntax
    Visual Basic
    Public Event DeviceScanFailed( _
       ByVal errorString As String _
    )
    Parameters
    errorString
    The error code of error occured at the acquisition process.
    Remarks
     Here is a sequence of events if scan is successfully completed:

    Here is a sequence of events if scan is canceled:


    Here is a sequence of events if scan is failed:
    Example
    Please see example here.
    See Also