|
PdfColorSpace Enumeration |
The list of possible color spaces for the pdf document.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfColorSpace
Public Enumeration PdfColorSpace
Members
| Member name | Value | Description |
---|
| RGB | 0 |
RGB color space.
|
| CMYK | 1 |
CMYK color space.
|
| GrayScale | 2 |
Gray scale color space.
|
See Also