SaveInitAlpha property (ILEADRasterIO)

Visual Basic Example

Visual C++ Example

 

Syntax

BOOL SaveInitAlpha

Overview

Refer to Saving a Bitmap to a File.

Remarks

Enables or disables initializing the alpha channel data that gets created when you save a bitmap that is not 32- or 64-bits as 32- or 64-bits bitmap. Possible values are:

Value

Meaning

TRUE

Enables initializing the alpha channel data. The alpha channel data to be set to 0xFF (completely opaque).

FALSE

Disables initializing the alpha channel data. The alpha channel data to be set to 0x00 (completely transparent).

This is the default value.

See Also

Elements:

Save method

Topics:

Raster Images: Saving Files