VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / WebResolutionJS Constructor(number,number)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebResolutionJS Constructor(number,number)
    In This Topic
    Initializes a new instance of the WebResolutionJS class.
    Syntax
    // 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.
    Browser Compatibility
    9
    5
    11
    5
    See Also