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

    Return Value

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