SavePad4 property (ILEADRasterIO)
|
BOOL SavePad4 | |
|
Overview |
Refer to Saving a Bitmap to a File. |
Remarks
Indicates whether to save RAW uncompressed data with each line padded so that the length is a multiple of four bytes.
|
Value |
Meaning |
|
TRUE |
Save RAW uncompressed images with each line padded to a multiple of four bytes |
|
FALSE |
Save RAW uncompressed data with no padding at the end of each line. |
When saving RAW uncompressed data, each row of data can be saved as is, or padded so that the byte-length is a multiple of four.
See Also
|
Elements: |
SaveOffset method, FileSizeWritten property, SaveTileHeight property, SaveTileWidth property |
|
Topics: |