2.1.1.2 BitmapDataType Enumeration

The BitmapDataType enumeration defines types of bitmap data formats.

 typedef  enum 
 {
   BitmapDataTypePixel = 0x00000000,
   BitmapDataTypeCompressed = 0x00000001
 } BitmapDataType;

BitmapDataTypePixel:  A bitmap image with pixel data.

BitmapDataTypeCompressed:  An image with compressed data.

Bitmap data is specified by EmfPlusBitmap objects.

See section 2.1.1 for the specification of additional enumerations.