Click or drag to resize

HeifImageDecodingWarnings Property

Gets a collection of warnings that occurred when decoding the image.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public IReadOnlyList<string> DecodingWarnings { get; }

Property Value

IReadOnlyListString
A collection of warnings that occurred when decoding the image.
Exceptions
ExceptionCondition
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
Remarks
This property is supported starting with LibHeif version 1.13.0, it will return an empty collection on older versions.
See Also