Click or drag to resize

PdfKnownColor SelectColorIndex Property

Gets or sets the color index

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

Property Value

Type: Int32
The index of the select color.
Remarks
The acceptable range for this value is 0 - MaxColorIndex.
See Also