VintaSoft Twain .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();
    
    

    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.
    Смотрите также