Click or drag to resize

HeifEncoderSetParameter(String, Boolean) Method

Sets an encoder parameter.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public void SetParameter(
	string name,
	bool value
)

Parameters

name  String
The parameter name.
value  Boolean
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.
See Also