Click or drag to resize

PdfColorSpace Enumeration

This enumeration defines color spaces supported for Pdf output.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum PdfColorSpace
Members
  Member nameDescription
None None - not used.
DeviceGray Gray
DeviceRGB Red, Green, Blue
DeviceCMYK Cyan, Magenta, Yellow, Black
CalGray Single component CIE color space
Lab CIE-based ABC color space
ICCBased ICC specific color space
Indexed Color mapped color space
Pattern Pattern color space
Separation Process color color space
DeviceN Arbitrary color component space
See Also