Skip to main content
All docs
V26.1
  • ColorSpaceType Enum

    Lists values that indicate color space types available in a PDF document.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    NuGet Package: DevExpress.Docs.Pdf

    Declaration

    public enum ColorSpaceType

    Members

    Name Description
    DeviceGray

    A grayscale color space with a single component.

    DeviceRGB

    An RGB color space with three components (red, green, blue).

    DeviceCMYK

    A CMYK color space with four components (cyan, magenta, yellow, black).

    CalGray

    A CIE-based single-component color space (calibrated gray).

    CalRGB

    A CIE-based three-component color space (calibrated RGB).

    Lab

    A CIE-based Lab* color space with three components.

    ICCBased

    A color space based on an ICC color profile.

    Indexed

    A color space that maps single-component values to colors in a lookup table.

    Pattern

    A pattern color space.

    Separation

    A separation color space used for custom colorants.

    DeviceN

    A DeviceN color space used for multiple custom colorants.

    NChannel

    An NChannel color space (an extension of DeviceN with additional attributes).

    Related API Members

    The following properties accept/return ColorSpaceType values:

    See Also