VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_HasFeeder Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    get_HasFeeder Method
    In This Topic
    Gets a value indicating whether device has the automatic document feeder.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: boolean
    value = instance.get_HasFeeder();
    
    
    function get_HasFeeder() : boolean;
    

    Return Value

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