LabColorSpaceRange Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the range. The range is an array of four numbers [amin amax bmin bmax] that shall specify the range of valid values for the a* and b* (B and C) components of the colour space—that is, amin <= a* <= amax and bmin <= b* <= bmax Component values falling outside the specified range shall be adjusted to the nearest valid value without error indication. Default value: [−100 100 −100 100].

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.ColorSpaces.CIEBased
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public double[] Range { get; }

Property Value

Type: Double
See Also

Reference