HeifImageIccColorProfile Property |
Gets or sets the image ICC color profile.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifIccColorProfile IccColorProfile { get; set; }Public Property IccColorProfile As HeifIccColorProfile
Get
Set
public:
property HeifIccColorProfile^ IccColorProfile {
HeifIccColorProfile^ get ();
void set (HeifIccColorProfile^ value);
}member IccColorProfile : HeifIccColorProfile with get, set
Property Value
HeifIccColorProfile
The image ICC color profile.
Exceptions
See Also