FillOrder property (ILTDataTransfer)
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