VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebArcAnnotationViewJS type / set_Rotation Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_Rotation Method
In This Topic
Sets the rotation angle, in degrees, of annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebArcAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Rotation(value);

Parameters

value
The rotation angle, in degrees, of annotation. Default value is 0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also