VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / get_DocxShowHiddenContent Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_DocxShowHiddenContent Метод
    В этом разделе
    Gets a value indicating whether the hidden content must be shown on DOCX page.
    Синтаксис
    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.
    Смотрите также