Enum EmfIcmMode
Enum EmfIcmMode
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The ICMMode enumeration defines values that specify when to turn on and off ICM.
public enum EmfIcmMode
Fields
ICM_DONE_OUTSIDEDC = 4
Turns off ICM in the playback device context, and turns off old-style color correction of halftones
ICM_OFF = 1
Turns off Image Color Management (ICM) in the playback device context. Turns on old-style color correction of halftones
ICM_ON = 2
Turns on ICM in the playback device context. Turns off old-style color correction of halftones.
ICM_QUERY = 3
Queries the current state of color management in the playback device context.