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

ImageUploader.UploadPaneAllowRotate Property

Switch that specifies whether to display rotate icons on thumbnails in the upload pane.

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

Syntax

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

Property Value

A boolean value (true or false). If true, rotate icons (arrows) are visible when the user hovers a mouse pointer over the thumbnail, and therefore the user can rotate the images. Otherwise, these icons are not displayed and the user cannot rotate the images manually.

Default value is true.

Remarks

This property corresponds to UploadPaneAllowRotate client-side property.

See Also

Reference