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

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