VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPageLayoutSettingsJS type / get_PageWidth Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_PageWidth Метод
    В этом разделе
    Gets width, in millimeters, of a document page.
    Синтаксис
    var instance = new Vintasoft.Shared.WebPageLayoutSettingsJS();
    
    var value; // Type: number
    value = instance.get_PageWidth();
    
    
    function get_PageWidth() : number;
    

    Return Value

    Width, in millimeters, of a document page. Default value is null (width from document is used).
    Смотрите также