Click or drag to resize
Pdf Library for .NET

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
Members
  Member nameValueDescription
RGB0 RGB color space.
CMYK1 CMYK color space.
GrayScale2 Gray scale color space.
See Also