Click or drag to resize

PdfICCColorSpace ColorComponents Property

Gets or sets the color components.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte ColorComponents { get; set; }

Property Value

Type: Byte
The number of color components in the color space described by the ICC profile data.
Remarks
This number must match the number of components actually in the ICC profile. As of PDF 1.4, this value must be 1, 3 or 4.
See Also