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

var value; // Type: object
value = instance.get_DefaultValue();

Return Value

The default value of device capability.
Browser Compatibility
9
See Also