VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / getScreenDpi Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getScreenDpi Method
    In This Topic
    Returns the screen resolution, in dots per inch.
    Syntax
    var instance = new Vintasoft.Shared.WebImagingEnviromentJS();
    
    var value; // Type: Vintasoft.Shared.WebResolutionJS
    value = instance.getScreenDpi();
    
    
    function getScreenDpi() : WebResolutionJS;
    

    Return Value

    Screen resolution.
    Browser Compatibility
    9
    See Also