HeifImageHandleBitDepth Property |
Gets the image bit depth.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic int BitDepth { get; }Public ReadOnly Property BitDepth As Integer
Get
public:
property int BitDepth {
int get ();
}member BitDepth : int with get
Property Value
Int32
The image bit depth.
Exceptions
See Also