Click or drag to resize

IsisDocumentFeeder Class

Represents feeder related configuration values.
Inheritance Hierarchy
SystemObject
  Atalasoft.IsisIsisDocumentFeeder

Namespace:  Atalasoft.Isis
Assembly:  Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class IsisDocumentFeeder

The IsisDocumentFeeder type exposes the following members.

Properties
  NameDescription
Public propertyCanPause
Gets a value indicating whether the scanner can stop scan ahead and process all pages from the buffer that have been already scanned.
Public propertyExists
Gets a value indicating whether feeder exists on the device.
Public propertyImmediateStop
Gets or sets a value indicating whether the scanner will stop immediately or will finish the page being scanned when the user presses the Stop button.
Public propertyMaximumPageCount
Gets maximum number of pages which may be loaded in the scanner's feeder.
Public propertyPageDetection
Gets a value indicating whether the scanner is able to detect if there are pages in scanner's feeder.
Public propertyStopScanAheadOnPause
Gets or sets a value indicating whether the scanner should stop its scan ahead support when paused or only slow down.
Public propertyTimeout
Gets or sets the number of seconds the scanner will attempt to read the next page before reporting that no page was found.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also