Click or drag to resize

PdfKnownColorSpace MaxColorIndex Property

Gets or sets the index of the max color.

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

Property Value

Type: Int32
The maximum index that can be used to access the values in the color table.
See Also