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