VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_HasFlatbed Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
get_HasFlatbed Method
In This Topic
Gets a value indicating whether TWAIN/WIA/SANE/eSCL device has flatbed.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);

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

Return Value

True - device has flatbed; False - device does NOT have flatbed.
Exceptions
ExceptionDescription
Thrown if device is not opened.
Browser Compatibility
9
See Also