VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_MinValue Property
In This Topic
    Device_Cap_MinValue Property
    In This Topic
    Description
    Gets the minumum value of device capability.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_Cap_MinValue As Single
    Return Type
    Minimum value of device 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 = 3 (Range).

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