VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainCapabilitySupportedValuesJS type / WebTwainCapabilitySupportedValuesJS Constructor(object[],WebTwainRangeJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebTwainCapabilitySupportedValuesJS Constructor(object[],WebTwainRangeJS)
    In This Topic
    Initializes a new instance of the WebTwainCapabilitySupportedValuesJS class.
    Syntax
    // Parameters
    var supportedValuesAsArray; // Type: object[]
    var supportedValuesAsRange; // Type: WebTwainRangeJS
    
    var instance = new Vintasoft.Twain.WebTwainCapabilitySupportedValuesJS(supportedValuesAsArray, supportedValuesAsRange);
    
    
    function WebTwainCapabilitySupportedValuesJS(
    supportedValuesAsArray
    An array with supported values of device capability if supported value are represented by array.
    : object[],
    supportedValuesAsRange
    Instance of WebTwainRangeJS class.
    : WebTwainRangeJS
    ) : WebTwainCapabilitySupportedValuesJS;

    Parameters

    supportedValuesAsArray
    An array with supported values of device capability if supported value are represented by array.
    supportedValuesAsRange
    Instance of WebTwainRangeJS class.
    Browser Compatibility
    9
    See Also