HeifDecodingOptionsDecoderId Property

Gets or sets a value that identifies the decoder to use.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public string DecoderId { get; set; }

Property Value

String
One of the IdName values; otherwise, to use the default decoder.

Remarks

This property is supported starting with LibHeif 1.15.0, it is ignored on earlier versions.

See Also