SaveNoPalette property (ILEADRasterIO)

Syntax

VARIANT_BOOL SaveNoPalette;

Overview

Refer to Saving a Bitmap to a File..

Remarks

Indicates whether to save TIFF grayscale images with or without a plaette. Possible values are:

Value

Meaning

TRUE

Save TIFF grayscale images without a palette.

FALSE

Save TIFF grayscale images with a palette.

The default is FALSE (saves the image with the grayscale palette).

See Also

Elements:

BitmapXRes property, BitmapYRes property, ScaleMode property, Save method, SaveTileHeight property, SaveTileWidth property, SaveLSB property

Topics:

Raster Images: Saving Files