HeifImageHandleHeight Property

Gets the image height.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public int Height { get; }

Property Value

Int32
The image height.

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also