Feeder ClassTerminal Works - TwainScanning.Net Library
Class that allows to manipulate the automatic document feeder of TWAIN device. Cap AutoFeed if TRUE, the Source will automatically feed the next page from the document feeder after the frame negotiated for capture from each page are acquired. CAP_FEEDERENABLED must be TRUE to use this capability.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapSetBase
    TwainScanning.Capability.CapabilitySetsFeeder

Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax

public class Feeder : CapSetBase

The Feeder type exposes the following members.

Methods

  NameDescription
Public methodDoClearPage
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCapabilities (Inherited from CapSetBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCapT (Inherited from CapSetBase.)
Protected methodMakeCapArrT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyT (Inherited from CapSetBase.)
Protected methodMakeCapReadOnlyArrayT
(Inherited from CapSetBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrepare
Indicates the alignment of the document feeder. CAP_FEEDERPREP
Public methodRewindPage
The Source will return the current page to the input side of the document feeder and feed the last page from the output side of the feeder back into the acquisition area. CAP_REWINDPAGE
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAlignment
Indicates the alignment of the document feeder. CAP_FEEDERALIGNMENT
Public propertyAutofeed
If TRUE, the Source will automatically feed the next page from the document feeder after the number of frames negotiated for capture from each page are acquired. CAP_FEEDERENABLED must be TRUE to use this capability. CAP_AUTOFEED
Public propertyClearPage
Source will eject the current page being acquired from and will leave the feeder acquire area empty. CAP_CLEARPAGE
Public propertyEnabled
If true, Source’s feeder is enabled. CAP_FEEDERENABLED
Public propertyLoaded
Reflect whether there are documents loaded in the Source’s feeder. This is a read only capability. CAP_FEEDERLOADED
Public propertyOrder
Indicates the alignment of the document feeder. CAP_FEEDERORDER
Public propertyPaperDetectable
Determines whether source can detect documents on the ADF or flatbed. CAP_PAPERDETECTABLE
Public propertyPaperHandling
Control paper handling. CAP_PAPERHANDLING
Public propertyPocket
Indicates the alignment of the document feeder. CAP_FEEDERPOCKET
Public propertyReacquireAllowed
Capable of acquiring multiple images of the same page without changing the physical registration of that page. CAP_REACQUIREALLOWED
Public propertyType
Allows application to set scan parameters depending on the type of feeder being used. ICAP_FEEDERTYPE
Top
See Also

Reference