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

UploadedFile.Angle Property

Gets a rotation angle of this user-selected file (measured in degrees clockwise).

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property Angle As Integer
C#
public abstract int Angle { get; }

Property Value

Type: System.Int32

The rotation angle of this user-selected file.

Remarks

This property is changed if a user clicks an arrow icon to rotate an image. You can use it if you want to rotate images on the server side (e.g. if you upload original files only). Possible values are:

  • 0
  • 90
  • 180
  • 270

See Also

Reference