VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainCapabilityInfoJS type / get_ValueType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_ValueType Method
In This Topic
Gets the type of device capability value.
Syntax
var instance = new Vintasoft.Twain.WebTwainCapabilityInfoJS(id, name, containerType, valueType, currentValue, defaultValue, supportedValues);

var value; // Type: Vintasoft.Twain.WebTwainValueTypeEnumJS
value = instance.get_ValueType();

Return Value

Instance of WebTwainValueTypeEnumJS class.
Browser Compatibility
9
See Also