VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / set_PageHeight Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set_PageHeight Метод
    В этом разделе
    Sets height, in millimeters, of a document page.
    Синтаксис
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_PageHeight(value);
    
    
    function set_PageHeight(
    value
    Height, in millimeters, of a document page. Default value is null (height from document is used).
    : number
    ) : any;

    Parameters

    value
    Height, in millimeters, of a document page. Default value is null (height from document is used).
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также