VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainRangeJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebTwainRangeJS type
    In This Topic
    Contains information about range of values.
    Syntax
    // Parameters
    var minValue; // Type: number
    var maxValue; // Type: number
    var stepSize; // Type: number
    
    var instance = new Vintasoft.Twain.WebTwainRangeJS(minValue, maxValue, stepSize);
    
    
    function WebTwainRangeJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Twain.WebTwainRangeJS

    Browser Compatibility
    9
    See Also