VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceJS type / get_DocumentFeeder Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    get_DocumentFeeder Method
    In This Topic
    Gets an object that allows to manipulate the document feeder of TWAIN device.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceJS(deviceName, productFamily, manufacturer, driverVersion, twainVersion, deviceManager, is64Bit);
    
    var value; // Type: Vintasoft.Twain.WebTwainDeviceDocumentFeederJS
    value = instance.get_DocumentFeeder();
    
    
    function get_DocumentFeeder() : WebTwainDeviceDocumentFeederJS;
    

    Return Value

    Exceptions
    ExceptionDescription
    Thrown if device does NOT have the automatic document feeder.
    Browser Compatibility
    9
    See Also