Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

StepSize Property






Gets the step size contained in the TwainRangeCapability object.
Syntax
public object StepSize {get; set;}
'Declaration
 
Public Property StepSize As Object
'Usage
 
Dim instance As TwainRangeCapability
Dim value As Object
 
instance.StepSize = value
 
value = instance.StepSize
public object StepSize {get; set;}
 get_StepSize();
set_StepSize(value);
public:
property Object^ StepSize {
   Object^ get();
   void set (    Object^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainRangeCapability Class
TwainRangeCapability Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.