VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / get_Underline Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Underline Method
    In This Topic
    Gets a value that indicates whether the font is underlined.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
    
    var value; // Type: boolean
    value = instance.get_Underline();
    
    
    function get_Underline() : boolean;
    

    Return Value

    True - font is underlined; False - font is not underlined.
    Browser Compatibility
    56+
    45+
    11
    See Also