Click or drag to resize

HeifImageHasAlphaChannel Property

Gets a value indicating whether the image has an alpha channel.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool HasAlphaChannel { get; }

Property Value

Boolean
if the image has an alpha channel; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also