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 ShowThumbnailImages method, the orientation of the photo taken with a smartphone or digital camera is automatically adjusted and displayed based on the information of MainOrientation of Exif.

See Also

Thumbnail Members | Newtone.ImageKit.Web.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation