Gets a value indicating whether the annotation can be rotated.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();
var value; // Type: boolean
value = instance.get_CanRotate();
function get_CanRotate() : boolean;
Return Value
True - annotation can be rotated; False - annotation cannot be rotated. Default value is True.