HeifEncodingOptionsImageOrientation Property
Gets or sets a value describing the transformations that will be applied
to the decoded image before it is displayed.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public HeifOrientation ImageOrientation { get; set; }
Public Property ImageOrientation As HeifOrientation
Get
Set
public:
property HeifOrientation ImageOrientation {
HeifOrientation get ();
void set (HeifOrientation value);
}
member ImageOrientation : HeifOrientation with get, set
Property Value
HeifOrientation
The transformations that will be applied to the decoded image before it is displayed.
This value was added in LibHeif version 1.14.0, it will be ignored on older versions.