VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfWidgetAnnotationJS type / get_BorderWidth Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BorderWidth Method
    In This Topic
    Gets a width of annotation border in points (user units).
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfWidgetAnnotationJS(page);
    
    var value; // Type: number
    value = instance.get_BorderWidth();
    
    
    function get_BorderWidth() : number;
    

    Return Value

    Width of annotation border in points. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also