HeifColorProfileProfileType Property |
Gets the type of the color profile.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic ColorProfileType ProfileType { get; }Public ReadOnly Property ProfileType As ColorProfileType
Get
public:
property ColorProfileType ProfileType {
ColorProfileType get ();
}member ProfileType : ColorProfileType with get
Property Value
ColorProfileType
The type of the color profile.
See Also