VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_Value Property
In This Topic
    Device_Cap_Value Property
    In This Topic
    Description
    Gets or sets numeric value of device capability.
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Device_Cap_Value As Single
    Return Type
    Single value that represents current numeric value of device capability.
    Remarks
    Call this property after 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 if CapType = 1 (One value) 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