HeifEncoderParameterTHasDefault Property
Gets a value indicating whether this parameter has a default value.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool HasDefault { get; }
Public ReadOnly Property HasDefault As Boolean
Get
public:
property bool HasDefault {
bool get ();
}
member HasDefault : bool with get
Property Value
Boolean if this parameter has a default value; otherwise,
.