Gets or sets the range for color components.

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 double[] Range { get; set; }
Public Property Range As Double()
	Get
	Set
public:
property array<double>^ Range {
	array<double>^ get ();
	void set (array<double>^ value);
}
member Range : float[] with get, set

Property Value

array<Double>[]()[][]
An array of 2 ColorComponents numbers [ min0 max0 min1 max1 ... ] specifying the minimum and maximum valid values of the corresponding color components. These values must match the information in the ICC profile.

See Also