Click or drag to resize

DeviceDocumentFeeder Property

Gets the DocumentFeeder object for the device if supported.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public DocumentFeeder DocumentFeeder { get; }

Property Value

Type: DocumentFeeder
The DocumentFeeder object for the device if supported.
Remarks
The Enabled property should be set to true before accessing any other DocumentFeeder properties.
See Also