VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_DocxShowHiddenContent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_DocxShowHiddenContent Method
In This Topic
Gets a value indicating whether the hidden content must be shown on DOCX page.
Syntax
var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();

var value; // Type: boolean
value = instance.get_DocxShowHiddenContent();

Return Value

True - hidden content must be shown on DOCX page; false - hidden content must not be shown on DOCX page. Default value is false.
Browser Compatibility
56+
45+
11
See Also