Click or drag to resize

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; }

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