Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
StepSize Property
See Also 
Leadtools.Twain Namespace > TwainRangeCapability Class : StepSize Property



Gets the step size contained in the TwainRangeCapability object.

Syntax

Visual Basic (Declaration) 
Public Property StepSize As Object
Visual Basic (Usage)Copy Code
Dim instance As TwainRangeCapability
Dim value As Object
 
instance.StepSize = value
 
value = instance.StepSize
C# 
public object StepSize {get; set;}
C++/CLI 
public:
property Object^ StepSize {
   Object^ get();
   void set (Object^ value);
}

Return Value

The step size contained in the TwainRangeCapability object.

Example

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also