2.1.1.15 ImageDataType Enumeration

The ImageDataType enumeration defines types of image data formats.

 typedef  enum 
 {
   ImageDataTypeUnknown = 0x00000000,
   ImageDataTypeBitmap = 0x00000001,
   ImageDataTypeMetafile = 0x00000002
 } ImageDataType;

ImageDataTypeUnknown:  The type of image is not known.

ImageDataTypeBitmap:  A bitmap image.

ImageDataTypeMetafile:  A metafile image.

Graphics images are specified by EmfPlusImage objects.

See section 2.1.1 for the specification of additional enumerations.