EmfColorSpace Enumeration

The ColorSpace enumeration is used to specify when to turn color proofing on and off, and when to delete transforms.

Module: aspose.imaging.fileformats.emf.emf.consts

Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfColorSpace

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
CS_DELETE_TRANSFORMIf color management is enabled for the target profile, disables it and deletes the concatenated transform.
CS_DISABLEDisables color proofing.
CS_ENABLEMaps colors to the target device’s color gamut. This enables color proofing.
All subsequent draw commands to the playback device context will render colors as they would appear on the target device.