BitmapCompression property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BitmapCompressionConstants BitmapCompression;

Overview

Refer to Super Compressed Bitmaps

Remarks

(Read Only) Indicates the compression used in storing the bitmap in memory. For a list of possible values, refer to the BitmapCompressionConstants enumeration.

The property gives the user the current compression used by the bitmap.

To change the bitmap's compression, use the SetBitmapCompression method.

See Also

Elements:

LoadCompressed property, SetBitmapCompression method

Topics:

Raster Images: Getting Current Information