This property sets whether to automatically adjust and display the direction of photos taken with a smartphone.
[Visual Basic] Public Property ExifAutoRotate As Boolean
[C#] public bool ExifAutoRotate {get; set;}

Property Value

Value Explanation
True Adjusts the orientation automatically
False Display in the original orientation. (Default)

Explanation

The ExifAutoRotate property sets whether to automatically adjust and display the direction of photos taken with a smartphone.

When this property is True when loaded with the LoadImageFromFile or LoadImageFromRawData method, the orientation of the photo taken with a smartphone, digital camera, etc. is automatically adjusted and displayed based on the information of MainOrientation of Exif.

See Also

ImageKit.WPF.Web.ImageKit Members | Newtone.ImageKit.WPF.Web.ImageKit

The ImageKit WPF is created by Newtone Corporation