VintaSoftTwain Control v6.0
VintaSoftTwain Object / DeviceManager_DefaultDeviceIndex Property
In This Topic
    DeviceManager_DefaultDeviceIndex Property
    In This Topic
    Description
    Gets index of default TWAIN device.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property DeviceManager_DefaultDeviceIndex As Long
    Return Type
    Zero-based index of default TWAIN device.
    Remarks
    Call this property after DeviceManager_Open method

    Information about error that occurs during getting property value can be get using the Error and ErrorString properties.
    See Also