Defines set of color spaces.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfColorSpace
Public Enumeration PdfColorSpace
public enum class PdfColorSpace
type PdfColorSpace

Members

MemberValueDescription
RGB0
RGB color space.
CMYK1
CMYK color space.
GrayScale2
GrayScale color space.
Indexed3
Indexed color space used internally.

See Also