VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainCapabilityInfoJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebTwainCapabilityInfoJS type
In This Topic
Contains information about value of TWAIN device capability.
Syntax
// Parameters
var id; // Type: number
var name; // Type: string
var containerType; // Type: WebTwainValueContainerTypeEnumJS
var valueType; // Type: WebTwainValueTypeEnumJS
var currentValue; // Type: object
var defaultValue; // Type: object
var supportedValues; // Type: WebTwainCapabilitySupportedValuesJS

var instance = new Vintasoft.Twain.WebTwainCapabilityInfoJS(id, name, containerType, valueType, currentValue, defaultValue, supportedValues);

Inheritance Hierarchy

Object
   Vintasoft.Twain.WebTwainCapabilityInfoJS

Browser Compatibility
9
See Also