StepSize Property

Summary
Gets the step size contained in the TwainRangeCapability object.
Syntax
C#
VB
C++
public object StepSize { get; set; } 
Public Property StepSize As Object 
public: 
property Object^ StepSize { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

The step size contained in the TwainRangeCapability object.

Remarks

The step size is the amount of increase from one step to the next within the range. For example, if the MinimumValue = 0, the MaximumValue = 100, StepSize is 2, then it will take 50 steps to increase from 0 to 100. For more information, refer to How to Work with the Container.

Example

Refer to TwainRangeCapability

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.