Gets rotation angle of the uploaded file (measured in degrees clockwise).
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public ReadOnly Property Angle As Integer
public int Angle { get; }
This property returns nonzero value if the user rotates an image clicking an arrow icon, or if the automatic EXIF rotation is enabled (see the AllowAutoRotate property for more details). You can use it if you would like to rotate images on the server side (e.g. if you upload only source file).
Possible values are:
0
90
180
270