HeifEncoderParameterTDefaultValue Property |
Gets the default value of this parameter.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic T DefaultValue { get; }Public ReadOnly Property DefaultValue As T
Get
public:
property T DefaultValue {
T get ();
}member DefaultValue : 'T with get
Property Value
T
The default value of this parameter.
Remarks
The value of this property is only meaningful when
HasDefault is
.
See Also