VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_Items Property
In This Topic
    Device_Cap_Items Property
    In This Topic
    Description
    Gets or sets an array of float values that represents numeric values of device capability.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Cap_Items As Variant
    Return Type
    Array of numeric values that represents values of capability.
    Remarks
    Call this property after the Device_Open method.

    Run the Device_Cap_Get method before reading value of this property.
    After setting this property, invoke the Device_Cap_Set method to actually set the value.

    This property has correct value only if Device_Cap_ValueContainerType = 2 (Array) or Device_Cap_ValueContainerType = 4 (Enumeration) and Device_Cap_ValueType represents numeric value type.

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