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
Example
// Set TIFF fill order
ImageEnView1.IO.Params.TIFF_FillOrder := 0;
See Also
◼DuplicateCompressionInfo