Click or drag to resize

PdfColorSpace Enumeration

Defines set of color spaces.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfColorSpace
Members
Member name Value Description
RGB 0 RGB color space.
CMYK 1 CMYK color space.
GrayScale 2 GrayScale color space.
Indexed 3 Indexed color space used internally.
See Also