SavePad4 property (Main Control)

Visual Basic example
Visual C++ 4.0 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 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.

See Also

Elements:  SaveOffset method, FileSizeWritten property, SaveTileHeight property, SaveTileWidth property

Topics:  Raster Images: Saving Files