VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebDocumentEditorJS type / get_ShowNonprintableCharacters Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ShowNonprintableCharacters Method
    In This Topic
    Gets a value indicating whether the non-printable characters are visible.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
    
    var value; // Type: boolean
    value = instance.get_ShowNonprintableCharacters();
    
    
    function get_ShowNonprintableCharacters() : boolean;
    

    Return Value

    A value indicating whether the non-printable characters are visible.
    Browser Compatibility
    56+
    45+
    11
    See Also