Click or drag to resize

HeifStringEncoderParameter Class

Represents a string LibHeif encoder parameter
Inheritance Hierarchy
SystemObject
  LibHeifSharpHeifEncoderParameterString
    LibHeifSharpHeifStringEncoderParameter

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public sealed class HeifStringEncoderParameter : HeifEncoderParameter<string>

The HeifStringEncoderParameter type exposes the following members.

Properties
 NameDescription
Public propertyDefaultValue Gets the default value of this parameter.
(Inherited from HeifEncoderParameterT)
Public propertyHasDefault Gets a value indicating whether this parameter has a default value.
(Inherited from HeifEncoderParameterT)
Public propertyName Gets the parameter name.
(Inherited from HeifEncoderParameterT)
Public propertyParameterType Gets the type of the parameter.
(Overrides HeifEncoderParameterTParameterType)
Public propertyValidValues Gets the valid values.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also