Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GrayscaleBitmap Class / IccProfileData Property

In This Topic
    IccProfileData Property (GrayscaleBitmap)
    In This Topic
    Gets or sets the raw ICC profile data.
    Syntax
    'Declaration
     
    Public Property IccProfileData As System.Byte()
    public System.byte[] IccProfileData {get; set;}
    See Also