HeifEncodingOptionsImageOrientation Property

Gets or sets a value describing the transformations that will be applied to the decoded image before it is displayed.

Definition

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

Property Value

HeifOrientation
The transformations that will be applied to the decoded image before it is displayed.

Remarks

This value was added in LibHeif version 1.14.0, it will be ignored on older versions.

Exceptions

InvalidEnumArgumentException Image orientation cannot be set because it does not use a valid value, as defined in the HeifOrientation enumeration.

See Also