VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_TextStrikeout Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextStrikeout Method
    In This Topic
    Gets a strikeout type of selected text.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: Vintasoft.Imaging.Office.UI.WebTextStrikeoutTypeEnumJS
    value = instance.get_TextStrikeout();
    
    
    function get_TextStrikeout() : WebTextStrikeoutTypeEnumJS;
    

    Return Value

    An instance of WebTextStrikeoutTypeEnumJS type.
    Browser Compatibility
    56+
    45+
    11
    See Also