HeifIntegerEncoderParameterMaximum Property |
Gets the maximum value.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic int Maximum { get; }Public ReadOnly Property Maximum As Integer
Get
public:
property int Maximum {
int get ();
}member Maximum : int with get
Property Value
Int32
The maximum value.
Remarks
See Also