HeifImageHasAlphaChannel Property |
Gets a value indicating whether the image has an alpha channel.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic bool HasAlphaChannel { get; }Public ReadOnly Property HasAlphaChannel As Boolean
Get
public:
property bool HasAlphaChannel {
bool get ();
}member HasAlphaChannel : bool with get
Property Value
Boolean if the image has an alpha channel; otherwise,
.
Exceptions
See Also