HeifImageDecodingWarnings Property |
Gets a collection of warnings that occurred when decoding the image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic 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.
Exceptions
Remarks
This property is supported starting with LibHeif version 1.13.0, it will return an
empty collection on older versions.
See Also