Gets or sets indicate how bytes in the image are to be filled by the source.
public TwainDataTransferFillOrder FillOrder { get; set; }
Public Property FillOrder As Leadtools.Twain.TwainDataTransferFillOrder
public:
property Leadtools.Twain.TwainDataTransferFillOrder FillOrder {
Leadtools.Twain.TwainDataTransferFillOrder get();
void set ( Leadtools.Twain.TwainDataTransferFillOrder );
}
Indicate how bytes in the image are to be filled by the source. Possible values are (according to the TWAIN 2.0 specification): TwainCapabilityValue.BitOrderLsbFirst bytes are to be transferred with the least significant byte first, TwainCapabilityValue.BitOrderMsbFirst bytes are to be transferred with the most significant byte first
Refer to DataTransfer example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET