RangeStepSize property (ICapabilityRange2 Interface)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

ILEADRasterVariant * RangeStepSize

Overview

Refer to How to Work with the Containers – Visual Basic.

Remarks

Get or sets the step size contained in the ICapabilityRange2 interface, where the ICapabilityRange2 interface represents a container of type TW_RANGE.

When getting capability information, this property contains the step size in the TW_RANGE container associated with the capability. When setting a capability, this property should contain the step size to be set in the TW_RANGE container.

The step size is the amount of increase from one step to the next within the range RangeMinimumValue property to RangeMaximumValue property. For example, if the value of the RangeMinimumValue property = 0, the value of the RangeMaximumValue property = 100, and the value of RangeStepSize property = 2, then it will take 50 steps to increase from 0 to 100.

See Also

Elements

RangeItemType property, RangeCurrentValue property, RangeDefaultValue property, RangeMinimumValue property, RangeMaximumValue property.

Topics

TWAIN Functionality: Capability Functions