The color spaces that a PDF document can have
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public enum PdfColorSpace
Public Enumeration PdfColorSpace
public enum class PdfColorSpace
| Member name | Value | Description |
---|
| Rgb | 0 |
RGB
|
| Cmyk | 1 |
CMYK
|
| GrayScale | 2 |
Gray scale
|
Reference