Gets or sets the index of the max color.

Namespace: Spire.Pdf.ColorSpace
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public int MaxColorIndex { get; set; }
Public Property MaxColorIndex As Integer
	Get
	Set
public:
property int MaxColorIndex {
	int get ();
	void set (int value);
}
member MaxColorIndex : int with get, set

Property Value

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

See Also