VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebTextAnnotationViewBaseJS type / get_IsTextOverflowed Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_IsTextOverflowed Method
In This Topic
Gets a value indicating whether the annotation text does not fit the text area.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewBaseJS();

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

Return Value

True - the annotation text does not fit the text area; False - the annotation text fits the text area.
Browser Compatibility
56+
45+
11
See Also