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