set_ShowNonprintableCharacters Method
In This Topic
Sets a value indicating whether the non-printable characters are visible.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebDocumentEditorJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_ShowNonprintableCharacters(value);
function set_ShowNonprintableCharacters(
: boolean
) : any;
Parameters
- value
- A value indicating whether the non-printable characters are visible.
Browser Compatibility
See Also