VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_Id Property
In This Topic
    Device_Cap_Id Property
    In This Topic
    Description
    Gets or sets device capability ID.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Cap_Id As Long
    Return Type
    Long value that defines identifier of device capability.
    Remarks

    Call this property after Device_Open and before Device_AcquireImage.

    Run the Device_Cap_IsSupported, Device_Cap_GetDevice_Cap_GetUsageModeDevice_Cap_Set method after setting value of this property.

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

    See Also