Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.ColorSpaces Namespace / ICCProfile Class / Range Property

In This Topic
    Range Property
    In This Topic
    Gets or sets an array of 2 x N numbers [min0 max0, min1 max1, ...] that shall specify the minimum and maximum valid values of the corresponding color components. These values shall match the information in the ICC profile.
    Syntax
    'Declaration
     
    Public Property Range As System.Single()
    public System.float[] Range {get; set;}
    See Also