SavePad4 property (Main Control)
|
Builder Syntax |
bool SavePad4 |
|
Delphi Syntax |
SavePad4: Boolean |
|
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 4 bytes. Possible values are:
|
Value |
Meaning |
|
TRUE |
Save RAW uncompressed images with each line padded to a multiple of four bytes. |
|
FALSE |
Save RAW uncompressed images 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 (4).
See Also
|
Elements: |
SaveOffset method, FileSizeWritten property, SaveTileHeight property, SaveTileWidth property |
|
Topics: |