DataTransfer property (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

ILTDataTransfer * DataTransfer

Overview

Refer to Getting and Setting Capabilities.

Remarks

(Read Only) Gets the image data transfer properties for the current data source.

This ILTDataTransfer object contains the following properties:

BufferMemoryCompression property

EnableAppendToFile property

EnableDumpMemoryBuffersToFile property

EnableSaveMultipageFile property

FillOrder property

MemoryBufferSize property

ScanFileFormat property

TransferMode property

The above properties are updated by calling the GetProperties method.

The DataTransfer property itself is read only. However, the properties accessed by this property can be set with new data transfer values. To set these values to the TWAIN driver, call the SetProperties method.

See Also

Elements

ImageEffects property, ImageResolution property, EnableAutoFeed property, MaxPagesNumber property, DuplexScanning property, GetProperties method, SetProperties method, LeftMargin property, RightMargin property, TopMargin property, BottomMargin property, FillOrder property, BufferMemoryCompression property, TransferMode property, ScanFileFormat property, MemoryBufferSize property, EnableSaveMultipageFile property, EnableAppendToFile property, EnableDumpMemoryBuffersToFile property

Topics

TWAIN Functionality: Driver Settings