Click or drag to resize

HeifImageHandleHeight Property

Gets the image height.

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

Property Value

Int32
The image height.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also