VintaSoft Twain .NET SDK 15.3: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsFlatbedEnabled Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    get_IsFlatbedEnabled Method
    In This Topic
    Gets a value that indicates whether the flatbed of TWAIN/WIA/SANE/eSCL device is enabled.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: boolean
    value = instance.get_IsFlatbedEnabled();
    
    
    function get_IsFlatbedEnabled() : boolean;
    

    Return Value

    True - the flatbed is enabled, false - the flatbed is not enabled.
    Exceptions
    ExceptionDescription
    Thrown if device is not opened.
    Browser Compatibility
    9
    See Also