VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_TwainVersion Property
Syntax BrowserCompatibility SeeAlso
get_TwainVersion Method
Gets the TWAIN version supported by device.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);

var value; // Type: string
value = instance.get_TwainVersion();

Return Value

The TWAIN version supported by device.
Browser Compatibility
9
See Also