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);
Parameters
- supportedValuesAsArray
- An array with supported values of device capability if supported value are represented by array.
- supportedValuesAsRange
- Instance of WebTwainRangeJS class.
Browser Compatibility
See Also