VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_AsyncEvents Property
In This Topic
    Device_AsyncEvents Property
    In This Topic
    Description
    Gets an array with asynchronous events which the application wants the device to report.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_AsyncEvents As Variant
    Remarks

    Call this property after the Device_Open method.

    Supported events IDs can be received by the Device_GetSupportedAsyncEvents method.

    See Also