VintaSoft Barcode .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();
    
    
    function get_DocxShowHiddenContent() : boolean;
    

    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
    9
    5
    11
    5
    See Also