VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Info_IsTwain2Compatible Method
Zero-based index of device. Valid values are from 0 to (DeviceManager_DeviceCount-1).
In This Topic
    Device_Info_IsTwain2Compatible Method
    In This Topic
    Description
    Determines that device is TWAIN 2.0 compatible.
    Syntax
    Visual Basic
    Public Function Device_Info_IsTwain2Compatible( _
       ByVal deviceIndex As Long _
    ) As Boolean
    Parameters
    deviceIndex
    Zero-based index of device. Valid values are from 0 to (DeviceManager_DeviceCount-1).
    Return Type
    TRUE (1) if device is compatible with TWAIN 2 standard, FALSE (0) otherwise.
    See Also