VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainRangeJS type / get_StepSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_StepSize Method
In This Topic
Gets a step size between minimum and maximum values of device capability.
Syntax
var instance = new Vintasoft.Twain.WebTwainRangeJS(minValue, maxValue, stepSize);

var value; // Type: number
value = instance.get_StepSize();

Return Value

Step size between minimum and maximum values of device capability.
Browser Compatibility
9
See Also