Click or drag to resize

HeifEncoderParameterTDefaultValue Property

Gets the default value of this parameter.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public T DefaultValue { get; }

Property Value

T
The default value of this parameter.
Remarks
The value of this property is only meaningful when HasDefault is .
See Also