VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsTwain2Compatible Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_IsTwain2Compatible Method
In This Topic
Gets a value indicating whether device is compatible with TWAIN 2.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);

var value; // Type: boolean
value = instance.get_IsTwain2Compatible();

Return Value

True - device is compatile with TWAIN 2; False - device is NOT compatile with TWAIN 2.
Browser Compatibility
9
See Also