HeifDecodingOptionsStrict Property
Gets or sets a value indicating whether an error is returned for invalid input.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool Strict { get; set; }
Public Property Strict As Boolean
Get
Set
public:
property bool Strict {
bool get ();
void set (bool value);
}
member Strict : bool with get, set
Property Value
Boolean if an error is returned for invalid input; otherwise,
.
This property is supported starting with LibHeif 1.13.0, it is ignored on earlier versions.