LibHeifInfoCanWriteTwoColorProfiles Property |
Gets a value indicating whether LibHeif can write two color profiles when both ICC and NCLX profiles are available.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic static bool CanWriteTwoColorProfiles { get; }Public Shared ReadOnly Property CanWriteTwoColorProfiles As Boolean
Get
public:
static property bool CanWriteTwoColorProfiles {
bool get ();
}static member CanWriteTwoColorProfiles : bool with get
Property Value
Boolean if LibHeif can write two color profiles; otherwise,
.
See Also