HeifEncoderParameterTName Property |
Gets the parameter name.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic string Name { get; }Public ReadOnly Property Name As String
Get
public:
virtual property String^ Name {
String^ get () sealed;
}abstract Name : string with get
override Name : string with get
Property Value
String
The parameter name.
Implements
IHeifEncoderParameterName
See Also