This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.AllowAutoRotate Property

Switch that enables automatic EXIF-based photo rotation feature.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property AllowAutoRotate As Boolean
C#
public bool AllowAutoRotate { get; set; }

Property Value

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.

Remarks

This property corresponds to AllowAutoRotate client-side property.

See Also

Reference