HeifEncodingOptionsSaveAlphaChannel Property
Gets or sets a value indicating whether the alpha channel should be saved.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool SaveAlphaChannel { get; set; }
Public Property SaveAlphaChannel As Boolean
Get
Set
public:
property bool SaveAlphaChannel {
bool get ();
void set (bool value);
}
member SaveAlphaChannel : bool with get, set
Property Value
Boolean if the alpha channel should be saved; otherwise,
.