Click or drag to resize

HeifDecodingOptionsStrict Property

Gets or sets a value indicating whether an error is returned for invalid input.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool Strict { get; set; }

Property Value

Boolean
if an error is returned for invalid input; otherwise, .
Remarks
This property is supported starting with LibHeif 1.13.0, it is ignored on earlier versions.
See Also