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

In This Topic
    IccProfileData Property (GcGifWriter)
    In This Topic
    Gets or sets the raw ICC profile data for the frames. The value should be assigned before appending the first frame.
    Syntax
    'Declaration
     
    Public Property IccProfileData As System.Byte()
    public System.byte[] IccProfileData {get; set;}
    See Also