In This Topic
Gets a value that indicates whether the auto feed feature is enabled.
Syntax
var instance = new Vintasoft.Twain.WebTwainDeviceDocumentFeederJS(device);
var value; // Type: boolean
value = instance.get_AutoFeed();
function get_AutoFeed() : boolean;
Return Value
True - the auto feed feature is enabled, false - the auto feed feature is not enabled.
Exceptions
Exception | Description |
| Thrown if device is not opened. |
Remarks
This property sends a synchronous request to get value of WebDeviceCapabilityIdEnumJS.AutoFeed capability. If you want to use asynchronous request instead of synchronous request, please get value of WebDeviceCapabilityIdEnumJS.AutoFeed capability using WebTwainDeviceJS.getCapabilityAsync or WebTwainDeviceJS.getCapabilitiesAsync function.
Browser Compatibility
See Also