HeifIntegerEncoderParameterParameterType Property |
Gets the type of the parameter.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic override HeifEncoderParameterType ParameterType { get; }Public Overrides ReadOnly Property ParameterType As HeifEncoderParameterType
Get
public:
virtual property HeifEncoderParameterType ParameterType {
HeifEncoderParameterType get () override;
}abstract ParameterType : HeifEncoderParameterType with get
override ParameterType : HeifEncoderParameterType with get
Property Value
HeifEncoderParameterType
The type of the parameter.
Implements
IHeifEncoderParameterParameterType
See Also