Gets or sets the color index

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

Int32
The index of the select color.

Remarks

The acceptable range for this value is 0 - MaxColorIndex.

See Also