HeifImagePixelAspectRatio Property

Gets or sets the image pixel aspect ratio.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public HeifPixelAspectRatio PixelAspectRatio { get; set; }

Property Value

HeifPixelAspectRatio
The pixel aspect ratio.

Remarks

This property is supported starting with LibHeif version 1.15.0, it will throw an exception on older versions.

Exceptions

HeifExceptionA LibHeif error occurred.
ObjectDisposedExceptionThe object has been disposed.

See Also