VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebDocumentLayoutSettingsJS type / set_DocxShowHiddenContent Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_DocxShowHiddenContent Метод
    В этом разделе
    Sets a value indicating whether the hidden content must be shown on DOCX page.
    Синтаксис
    var instance = new Vintasoft.Shared.WebDocumentLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_DocxShowHiddenContent(value);
    
    
    function set_DocxShowHiddenContent(
    value
    True - hidden content must be shown on DOCX page; false - hidden content must not be shown on DOCX page. Default value is false.
    : boolean
    ) : any;

    Parameters

    value
    True - hidden content must be shown on DOCX page; false - hidden content must not be shown on DOCX page. Default value is false.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также