Rotation angle of the specified item of the upload list.
Syntax
Get/Set Value in Runtime
JavaScript | ![]() |
---|---|
getImageUploader("ImageUploaderID").setUploadFileAngle(Index, value); value = getImageUploader("ImageUploaderID").getUploadFileAngle(Index); |
Parameters
- Index
-
A positive integer which specifies an index of the upload list item (i.e. the upload file). An index is 1-based. In other words valid value is in range [1, UploadFileCount].
Property Value
One of the following values: 0
, 90
, 180
, and 270
which specifies rotation angle relatively the original file orientation.
Remarks
Items can be rotated not only by the user, but also automatically, using the AllowAutoRotate. Also you can do it through JavaScript by modifying this property.
![]() |
---|
This property affects the item even if rotate icons are not displayed. |
See Also
Examples
Resizing and Rotating ImagesReference
AllowAutoRotate PropertyAllowMultipleRotate Property
AllowRotate Property
FolderPaneAllowRotate Property
UploadPaneAllowRotate Property
UploadFileCount Property
UploadFileCountChange Event
UploadFileDescription Property
UploadFileFocused Property
UploadFileFormat Property
UploadFileGuid Property
UploadFileHeight Property
UploadFileHorizontalResolution Property
UploadFileName Property
UploadFileRemove Method
UploadFileSelected Property
UploadFileSize Property
UploadFileType Property
UploadFileVerticalResolution Property
UploadFileWidth Property
Index Property