VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfInteractiveFormFieldJS type / get_BorderStyleType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BorderStyleType Method
    In This Topic
    Gets the type of border style.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfInteractiveFormFieldJS(document, name);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfAnnotationBorderStyleTypeEnumJS
    value = instance.get_BorderStyleType();
    
    
    function get_BorderStyleType() : WebPdfAnnotationBorderStyleTypeEnumJS;
    

    Return Value

    An element of WebPdfAnnotationBorderStyleTypeEnumJS enumeration that defines the type of border style. Default value is "Default".
    Browser Compatibility
    56+
    45+
    11
    See Also