Questions tagged [display-dpi]

3 questions
58
votes
4 answers

How to access screen display’s DPI settings via javascript?

Is there a way to access the screen display's DPI settings in a Javascript function? I am trying to position a HTML panel on the page and when the user's DPI is set to large (120), it throws the position off. I need to be able to know what the DPI…
Yttrium
  • 2,057
  • 7
  • 25
  • 28
1
vote
1 answer

Can you access screen display's DPI settings in Silverlight?

Is there a way to access the screen display's DPI settings in Silverlight? If so, how? Thanks, Jeff
Yttrium
  • 2,057
  • 7
  • 25
  • 28
0
votes
1 answer

Incerease DPI resoultion for web page loaded into WebBrowser conriol in C#

We would like to display text and images of an web page in higher DPI for example take 300 DPI, but by default C# webbBrowser control uses 72/96 DPI which is currently system uses. Is their any ways to setup the user defined DPI value to the…