VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebResolutionJS type
    In This Topic
    Stores an ordered pair of float values, typically the horizontal and vertical resolution.
    Syntax
    // Parameters
    var x; // Type: number
    var y; // Type: number
    
    var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
    
    
    function WebResolutionJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebResolutionJS

    Browser Compatibility
    9
    See Also