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

    Return Value

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