Type Default Value Read Only Static Description
String auto No No The path to the output ICC color profile.
Notes

For file formats that support it (TIFF, JPEG), color profiles can be embedded. This ensures color independence.

This property can take a path to an icm file. However there are also three special values you can use. If the property takes the value "device" then the device color space will be used. If the property takes the value "standard" then a built in default color profile will be used. If the property takes the value "auto" then the Canvas will be searched for a suitable color profile. If none is found then a built in default color profile will be used if calibrated colors are being used and a device profile will be used if not. The "auto" setting preserves original color profiles where possible and is generally faster than the "standard" setting because less conversion needs to be done.

If this property is set to "standard" or a path to a color profile, then IccRgb, IccCmyk and IccGray should also be set to "standard" or paths to color profiles. The Canvas ColorSpace is assumed to be a device independent color space.

If this property is set to "device" then IccRgb, IccCmyk and IccGray should also be set to "device". The Canvas ColorSpace is assumed to be a device color space.

If this property is set to a file name with no path information, then the folder specified by ColorProfileDirectory will be searched to locate the file.

See Also

IccRgb

IccCmyk

IccGray

Color Profiles

Example

None.