Click or drag to resize

HeifImageHandleBitDepth Property

Gets the image bit depth.

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

Property Value

Int32
The image bit depth.
Exceptions
ExceptionCondition
HeifExceptionThe image has an undefined bit depth.
ObjectDisposedExceptionThe object has been disposed.
See Also