VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / get_Horizontal Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Horizontal Method
    In This Topic
    Gets the horizontal resolution, in pixels per inch.
    Syntax
    var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
    
    var value; // Type: number
    value = instance.get_Horizontal();
    
    
    function get_Horizontal() : number;
    

    Return Value

    The horizontal resolution, in pixels per inch.
    Browser Compatibility
    9
    5
    11
    5
    See Also