VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_Border Property
Syntax BrowserCompatibility SeeAlso
get_Border Method
Gets a value indicating whether the annotation border is visible.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();

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

Return Value

True - annotation border is visible; False - annotation border is not visible. Default value is True.
Browser Compatibility
56+
45+
11
See Also