Gets or sets a value indicating whether the automatic EXIF-based photo rotation feature is enabled.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public bool EnableAutoRotation { get; set; }
Type: System..Boolean
If true
, Flash Uploader automatically extracts the orientation information from an image and automatically rotates it. Otherwise, only manual rotation is available.
Default value is false.
This feature works only for those photos which store EXIF information and when orientation details are written there. Keep in mind that not every camera can recognize orientation properly, and therefore HTML5/Flash Uploader will not rotate it.