VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / applyUnderlineStyleForSelectedText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    applyUnderlineStyleForSelectedText Method
    In This Topic
    Applies the underline style to the selected text.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: boolean
    value = instance.applyUnderlineStyleForSelectedText();
    
    
    function applyUnderlineStyleForSelectedText() : boolean;
    

    Return Value

    True - underline style is applied to the selected text; False - underline style is removed from selected text.
    Browser Compatibility
    56+
    45+
    11
    See Also