AutomaticScanning ClassTerminal Works - TwainScanning.Net Library
These settings are intended to boost the performance of a Source. The fundamental assumption behind AutomaticScanning is that the device is able to capture the number of images indicated by the value of CAP_XFERCOUNT without waiting for the Application to request the image transfers.This is only possible if the device has internal buffers capable of caching the images it captures.
Inheritance Hierarchy

SystemObject
  TwainScanning.CapabilityCapSetBase
    TwainScanning.Capability.CapabilitySetsAutomaticScanning

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

public class AutomaticScanning : CapSetBase

The AutomaticScanning type exposes the following members.

Methods

  NameDescription
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAutoScan
Enables the source’s automatic document scanning process. CAP_AUTOSCAN
Public propertyCameraEnabled
When set to true the device will deliver images from the current camera. CAP_CAMERAENABLED
Public propertyCameraOrder
This capability selects the order of output for Single Document Multiple Image (SDMI) mode based on an array of pixel types; it does not constrain the allowed pixel types. CAP_CAMERAORDER
Public propertyCameraSide
TWAIN models a duplex scanner as conceptually having two 'cameras' - a 'top' camera that captures the front of each page, and a 'bottom' camera that captures the back.
Public propertyClearBuffers
Getting Value reports the presence of data in the scanner’s buffers. Setting with a value of TwCB.Clear immediately clears the buffers. CAP_CAMERASIDE
Public propertyMaxBatchBuffers
. Describes the number of pages that the scanner can buffer. CAP_MAXBATCHBUFFERS
Top
See Also

Reference