VintaSoft Twain .NET SDK 15.1: 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 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();
    
    
    function get_HasFlatbed() : boolean;
    

    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