HeifDecodingOptionsDecoderId Property
Gets or sets a value that identifies the decoder to use.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public string DecoderId { get; set; }
Public Property DecoderId As String
Get
Set
public:
property String^ DecoderId {
String^ get ();
void set (String^ value);
}
member DecoderId : string with get, set
Property Value
String
One of the
IdName values; otherwise,
to use the default decoder.
This property is supported starting with LibHeif 1.15.0, it is ignored on earlier versions.