ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTWAINCapRange Object |
Many capabilities allow users to select their current value from a range of regularly spaced values. The capability can specify the minimum and maximum acceptable values and the incremental step size between values. For example, resolution might be supported from 100 to 600 in steps of 50 (100, 150, 200, ..., 550, 600).
IIGTWAINCapRange extends IIGTWAINCap
IIGTWAINCap extends IDispatchEx
ContainerType Property | This property gets the container type of the capability. |
CurrentValue Property | This property gets the IGDataItem object that represents the current value of the range. |
DefaultValue Property | This property gets the IGDataItem object that represents the default value of the range. |
ID Property | This property gets or sets the numeric designator of the capability. |
ItemType Property | This property gets or sets the capability data type. |
MaxValue Property | This property gets the IGDataItem object that represents the maximum value of the range. |
MinValue Property | This property gets the IGDataItem object that represents the minimum value of the range. |
StepSize Property | This property gets the IGDataItem object that represents the step size of the range. |