Rotation angle of the specified item of the upload list.
getImageUploader("ImageUploaderID").setUploadFileAngle(Index, value); value = getImageUploader("ImageUploaderID").getUploadFileAngle(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].
One of the following values: 0
, 90
, 180
, and 270
which specifies rotation angle relatively the original file orientation.
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.