Click or drag to resize

HeifEncoderSetParameter(String, String) Method

Sets an encoder parameter.

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

Parameters

name  String
The parameter name.
value  String
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null. -or- value is null.
HeifException A LibHeif error occurred. -or- Unable to convert the parameter to the correct type.
ObjectDisposedExceptionThe object has been disposed.
See Also