VintaSoft Twain .NET SDK 15.1: 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();
    
    
    function get_StepSize() : number;
    

    Return Value

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