ImageEn, unit iexBitmaps

TIOParams.TIFF_FillOrder

TIOParams.TIFF_FillOrder

Declaration

property TIFF_FillOrder: integer;

Description

Specifies the logical order of bits within a byte.
Value Description
1 Pixels are arranged within a byte such that pixels with lower column values are stored in the higher-order bits of the byte
2 Pixels are arranged within a byte such that pixels with lower column values are stored in the lower-order bits of the byte

Note: If you are using a TIEMultiBitmap or TImageEnMView, you can use DuplicateCompressionInfo to propagate the parameter to all frames

Default: 1