VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_GetUsageMode Method
In This Topic
    Device_Cap_GetUsageMode Method
    In This Topic
    Description
    Returns usage mode of device capability.
    Syntax
    Visual Basic
    Public Function Device_Cap_GetUsageMode() As enumDeviceCapabilityUsageMode
    Return Type
    Usage mode (undefined, read-only or read-write) of device capability.
    Remarks
    Set the Device_Cap_Id property before execution of this method.

    Information about error that occurs during method execution can be get using the Error and ErrorString properties.
    See Also