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; }
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
Type:
Int32
The maximum index that can be used to access the values in the color table.
See Also