VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebFreeTextAnnotationViewJS type / set_Border Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Border Method
    In This Topic
    Sets a value indicating whether the annotation border is visible.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_Border(value);
    
    
    function set_Border(
    value
    True - annotation border is visible; False - annotation border is not visible. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    True - annotation border is visible; False - annotation border is not visible. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also