HeifImageHandleHasAlphaChannel Property

Gets a value indicating whether this instance has an alpha channel.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool HasAlphaChannel { get; }

Property Value

Boolean
if this instance has an alpha channel; otherwise, .

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also