HeifImageDecodingWarnings Property
Gets a collection of warnings that occurred when decoding the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public IReadOnlyList<string> DecodingWarnings { get; }
Public ReadOnly Property DecodingWarnings As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ DecodingWarnings {
IReadOnlyList<String^>^ get ();
}
member DecodingWarnings : IReadOnlyList<string> with get
Property Value
IReadOnlyListString
A collection of warnings that occurred when decoding the image.
This property is supported starting with LibHeif version 1.13.0, it will return an
empty collection on older versions.