New to Telerik Document ProcessingStart a free 30-day trial

Well-known PDF color space names used when exporting or interpreting color values.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.ColorSpaces

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public static class ColorSpaceNames

Inheritance: objectColorSpaceNames

Fields

The CalGray color space.

C#
public const string CalGray = "CalGray"

The CalRGB color space.

C#
public const string CalRgb = "CalRGB"

The DeviceCMYK color space.

C#
public const string DeviceCmyk = "DeviceCMYK"

The DeviceGray color space.

C#
public const string DeviceGray = "DeviceGray"

The DeviceN color space.

C#
public const string DeviceN = "DeviceN"

The DeviceRGB color space.

C#
public const string DeviceRgb = "DeviceRGB"

The ICCBased color space.

C#
public const string IccBased = "ICCBased"

The Indexed color space.

C#
public const string Indexed = "Indexed"

The Lab color space.

C#
public const string Lab = "Lab"

The Pattern color space.

C#
public const string Pattern = "Pattern"

The Separation color space.

C#
public const string Separation = "Separation"