VintaSoft Imaging .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();

Return Value

Screen resolution.
Browser Compatibility
56+
45+
11
See Also