Click or drag to resize
ColorManagementProfileIccProfile Property
Gets the ICC color profile.

Namespace:  Microsoft.Graphics.Canvas.Effects
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public byte[] IccProfile { get; }

Property Value

Type: Byte
Remarks
Returns an empty array if the Type of the color profile is not Icc.
See Also