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

Uploader.EnableRotation Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a value indicating whether it is possible to rotate images via Image Uploader GUI.

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

Syntax

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

Property Value

Type: System.Boolean

If true, any image in the folder or upload pane can be rotated by 90 degrees clockwise by:

  • clicking the rotation icon on the pane item surface,
  • clicking the Rotate button of the image edtior.

Otherwise, images can be rotated via the angle property only.

Default value is true.

See Also

Reference