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

    Return Value

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