FillOrder property (ILTDataTransfer)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short FillOrder

Overview

Refer to Getting and Setting Capabilities

Remarks

Gets or sets the value indicating how bytes in the image are to be transferred by the TWAIN source. Possible values are (according to the TWAIN 1.9 specification):

Value

Meaning

L_TWBO_LSBFIRST

Bytes are transferred with the least significant byte first.

L_TWBO_MSBFIRST

Bytes are transferred with the most significant byte first.

This property is updated with the driver’s current setting when the GetProperties method is called.

To update the data transfer options, set this property and the other ILTDataTransfer properties accessed by the DataTransfer property and call the SetProperties method.

See Also

Elements

DataTransfer property, BufferMemoryCompression property, TransferMode property, ScanFileFormat property, MemoryBufferSize property, EnableSaveMultipageFile property, EnableAppendToFile property, EnableDumpMemoryBuffersToFile property, GetProperties method, SetProperties method

Topics

TWAIN Functionality: Driver Settings