VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Info_GetManufacturer Method
Zero-based index of device. Valid values are from 0 to (DeviceManager_DeviceCount-1).
In This Topic
    Device_Info_GetManufacturer Method
    In This Topic
    Description
    Returns the device manufacturer name.
    Syntax
    Visual Basic
    Public Function Device_Info_GetManufacturer( _
       ByVal deviceIndex As Long _
    ) As String
    Parameters
    deviceIndex
    Zero-based index of device. Valid values are from 0 to (DeviceManager_DeviceCount-1).
    Return Type
    Device manufacturer name.
    See Also