PdfICCColorSpace
Range Property
|
Gets or sets the range for color components.
Namespace:
Spire.Pdf.ColorSpace
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
Double
An array of 2ColorComponents 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