Click or drag to resize

PdfImageColorSpace Enumeration

An enum representing the color space types as their channel designations

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfImageColorSpace
Members
  Member nameDescription
Gray Grayscale color space. One channel representing Gamma.
Rgb Red Green Blue color space. Channels representing Red, Green, then Blue.
Cmyk Cyan Magenta Yellow Black color space. Channels representing Cyan, Magenta, Yellow, then Black.
Paletted Palleted color space. Specific colors mapped to single channel values.
Unknown Unknown color space.
See Also