get_IsTextOverflowed Method
Gets a value indicating whether the annotation text does not fit the text area.
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS();
var value; // Type: boolean
value = instance.get_IsTextOverflowed();
function get_IsTextOverflowed() : boolean;
Return Value
True - the annotation text does not fit the text area; False - the annotation text fits the text area.