VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceImageAcquiringProgress Event
The progress, in percent, of current action.  
Indicates that current action must be canceled.  
In This Topic
    DeviceImageAcquiringProgress Event
    In This Topic
    Description
    Occurs when image acquisition is in progress (only if Memory transfer mode is used).
    Syntax
    Visual Basic
    Public Event DeviceImageAcquiringProgress( _
       ByVal progress As Integer, _
       ByRef cancel As Boolean _
    )
    Parameters
    progress
    The progress, in percent, of current action.  
    cancel
    Indicates that current action must be canceled.  
    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:
    See Also