Switch that enables automatic EXIF-based photo rotation feature.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property AllowAutoRotate As Boolean
public bool AllowAutoRotate { get; set; }
A boolean value (true
or false
). If true
, Image Uploader tries to extract EXIF information from files and if it finds information about image orientation, automatically rotate it. If false
, EXIF data is disregarded and only manual rotation is available.
Default value is false
.