Click or drag to resize

DocumentFeeder Class

Gives control over the document feeder used by a scanner.
Inheritance Hierarchy
SystemObject
  Atalasoft.TwainDocumentFeeder

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class DocumentFeeder

The DocumentFeeder type exposes the following members.

Properties
  NameDescription
Public propertyAutoFeed
Gets or sets a value indicating if the feeder will automatically load the pages.
Public propertyEnabled

Gets or sets a value indicating if the document feeder is enabled.

You should set this property to true before getting or setting any other DocumentFeeder properties.

Public propertyFeederPrep
Gets or sets the CAP_FEEDERPREP capability, which is used to improve movement of the page through the feeder.
Public propertyFeederType
Gets or sets the ICAP_FEEDERTYPE capability which determines which feeder type is used.
Public propertyLoaded
Gets a value indicating if the document feeder has pages loaded.
Public propertyPageAlignment
Gets or sets the positioning of the page on the scanner.
Public propertyPageOrder
Gets or sets a value stating the order in which the pages will be scanned.
Top
Methods
  NameDescription
Public methodClearPage
Ejects the current page being acquired and leaves the feeder acquire area empty.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFeedPage
Forces the document feeder to eject the current page and load the next page.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOutputFeederPockets
Gets the feeder pockets for the device.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNegotiateCapabilities
Use this method to notify the device driver that control over the document feeder is requested.
Public methodRewindPage
Forces the document feeder to return the current page to the input area and bring the last page scanned back into the scan area.
Public methodSetOutputFeederPockets
Sets the feeder pockets used for page output.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also