Gets a value indicating whether the annotation border is visible.
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var value; // Type: boolean
value = instance.get_Border();
function get_Border() : boolean;
Return Value
True - annotation border is visible; False - annotation border is not visible. Default value is True.