EmfIcmMode Enumeration
The ICMMode enumeration defines values that specify when to turn on and off ICM.
Module: aspose.imaging.fileformats.emf.emf.consts
Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfIcmMode
Members
Member name | Description |
---|---|
ICM_DONE_OUTSIDEDC | Turns off ICM in the playback device context, and turns off old-style color correction of halftones |
ICM_OFF | Turns off Image Color Management (ICM) in the playback device context. Turns on old-style color correction of halftones |
ICM_ON | Turns on ICM in the playback device context. Turns off old-style color correction of halftones. |
ICM_QUERY | Queries the current state of color management in the playback device context. |