HeifDecodingOptionsStrict Property

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

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
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