VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / get_Border Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Border Method
    In This Topic
    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();
    
    
    function get_Border() : boolean;
    

    Return Value

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