set_ViewRotationAngle Method
In This Topic
Sets the rotation angle, in degrees, for all images in image viewer.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_ViewRotationAngle(value);
function set_ViewRotationAngle(
: number
) : any;
Parameters
- value
- The rotation angle, in degrees, of image in image viewer. Valid values are 0, 90, 180, 270. Default value is 0.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is not orthogonal anlge. |
Browser Compatibility
See Also