SavePad4 property (ILEADRasterIO)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

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:

Raster Images: Saving Files