VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_CanRotate Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_CanRotate Method
In This Topic
Gets a value indicating whether the annotation can be rotated.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();

var value; // Type: boolean
value = instance.get_CanRotate();

Return Value

True - annotation can be rotated; False - annotation cannot be rotated. Default value is True.
Browser Compatibility
56+
45+
11
See Also