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; }
Public Property SelectColorIndex As Integer
Get
Set
public:
property int SelectColorIndex {
int get ();
void set (int value);
}
member SelectColorIndex : int with get, set
Property Value
Type:
Int32
The index of the select color.
Remarks
The acceptable range for this value is 0 - MaxColorIndex.
See Also