Class that allows to manipulate with image transfer of Twain device.
To get supported transfers capability MECHANISMS should be called.
XferCount set this capability to the number of images you are willing to
transfer per session.
Common values are: 1 Application wishes to transfer only one image this
session -1 Application is willing to transfer multiple images.
Inheritance Hierarchy
TwainScanning.CapabilityCapSetBase
TwainScanning.Capability.CapabilitySetsTransfer
Namespace: TwainScanning.Capability.CapabilitySets
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
The Transfer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCapabilities | (Inherited from CapSetBase.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MakeCapT | (Inherited from CapSetBase.) | |
MakeCapArrT | (Inherited from CapSetBase.) | |
MakeCapReadOnlyT | (Inherited from CapSetBase.) | |
MakeCapReadOnlyArrayT | (Inherited from CapSetBase.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Compression |
Buffered Memory transfer compression schemes.
ICAP_COMPRESSION
| |
ImageCount |
Number of images the application is willing to accept this session.
CAP_XFERCOUNT
| |
ImageFileFormat |
File formats for file transfers.
ICAP_IMAGEFILEFORMAT
| |
JobControl |
Allows multiple jobs in batch mode. The application can decide how the job can be processed,
according to the flags listed below.
CAP_JOBCONTROL
| |
Mechanism |
Gets the transfer mechanism.
| |
Tiles |
This is used with buffered memory transfers. If TRUE, Source can provide application with tiled
image data.
ICAP_TILES
| |
UndefinedImageSize |
If TRUE the Source will issue a MSG_XFERREADY before starting the scan.
ICAP_UNDEFINEDIMAGESIZE
|
See Also