VintaSoftTwain Control v6.0
VintaSoftTwain Object / Device_Cap_StepSize Property
In This Topic
    Device_Cap_StepSize Property
    In This Topic
    Description
    Gets the step size for range value of device capability.
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Device_Cap_StepSize As Long
    Return Type
    Step size between Device_Cap_MinValue and Device_Cap_MaxValue.
    Remarks
    Call this property after Device_Open method.

    Run the Device_Cap_Get method before reading value of this property.

    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