VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainCapabilitySupportedValuesJS type / get_SupportedValuesAsRange Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SupportedValuesAsRange Method
    In This Topic
    Gets supported values as a range value.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainCapabilitySupportedValuesJS(supportedValuesAsArray, supportedValuesAsRange);
    
    var value; // Type: Vintasoft.Twain.WebTwainRangeJS
    value = instance.get_SupportedValuesAsRange();
    
    
    function get_SupportedValuesAsRange() : WebTwainRangeJS;
    

    Return Value

    Instance of WebTwainRangeJS class.
    Browser Compatibility
    9
    See Also