VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_IsFeederEnabled Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
get_IsFeederEnabled Method
In This Topic
Gets a value that indicates whether the document feeder 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_IsFeederEnabled();

Return Value

True - the document feeder is enabled, false - the document feeder is not enabled.
Exceptions
ExceptionDescription
Thrown if device is not opened.
Remarks

This property sends a synchronous request to get value of WebTwainDeviceCapabilityIdEnumJS.FeederEnabled capability. If you want to use asynchronous request instead of synchronous request, please get information about WebTwainDeviceCapabilityIdEnumJS.FeederEnabled capability using WebTwainDeviceJS.getCapabilityAsync or WebTwainDeviceJS.getCapabilitiesAsync function.

Browser Compatibility
9
See Also