2.1.6 ColorMatchToTarget Enumeration

The ColorMatchToTarget enumeration is used to determine whether a color profile has been embedded in the metafile.

 typedef  enum 
 {
   COLORMATCHTOTARGET_NOTEMBEDDED = 0x00000000,
   COLORMATCHTOTARGET_EMBEDDED = 0x00000001
 } ColorMatchToTarget;

COLORMATCHTOTARGET_NOTEMBEDDED: Indicates that a color profile has not been embedded in the metafile.

COLORMATCHTOTARGET_EMBEDDED: Indicates that a color profile has been embedded in the metafile.