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