public final class EmfColorSpace
extends com.aspose.ms.System.Enum
The ColorSpace enumeration is used to specify when to turn color proofing on and off, and when to delete transforms.
Modifier and Type | Field and Description |
---|---|
static int |
CS_DELETE_TRANSFORM
If color management is enabled for the target profile, disables it and deletes the concatenated transform.
|
static int |
CS_DISABLE
Disables color proofing.
|
static int |
CS_ENABLE
Maps colors to the target device's color gamut.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int CS_ENABLE
Maps 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.
public static final int CS_DISABLE
Disables color proofing.
public static final int CS_DELETE_TRANSFORM
If color management is enabled for the target profile, disables it and deletes the concatenated transform.