VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Info_IsWia Method
Zero-based index of device. Valid values are from 0 to (DeviceManager_DeviceCount-1).
In This Topic
    Device_Info_IsWia Method
    In This Topic
    Description
    Determines that device driver is WIA driver.
    Syntax
    Visual Basic
    Public Function Device_Info_IsWia( _
       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 WIA device, FALSE (0) otherwise.
    See Also