VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebResolutionJS type / WebResolutionJS Constructor(number,number)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebResolutionJS Constructor(number,number)
    В этом разделе
    Initializes a new instance of the WebResolutionJS class.
    Синтаксис
    // Parameters
    var x; // Type: number
    var y; // Type: number
    
    var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
    
    
    function WebResolutionJS(
    x
    Horizontal resolution, in pixels per inch.
    : number,
    y
    Vertical resolution, in pixels per inch.
    : number
    ) : WebResolutionJS;

    Parameters

    x
    Horizontal resolution, in pixels per inch.
    y
    Vertical resolution, in pixels per inch.
    Смотрите также