deviceXDPI property
Gets the actual number of horizontal dots per inch (dpi) of the system's screen.
Syntax
HRESULT value = object.get_deviceXDPI(* p);
Property values
Type: long
the DPI.
Standards information
There are no standards that apply here.
Remarks
On most systems, there is no difference between horizontal and vertical DPI.
The IHTMLScreen2::deviceXDPI property was introduced in Microsoft Internet Explorer 6.
For information about how Internet Explorer 6 and later can adjust the scale of the display on screens with higher-than-normal DPI, see Adjusting Scale for Higher DPI Screens.
See also
- Reference
- devicePixelRatio
- IHTMLScreen2::deviceYDPI
- IHTMLScreen2::logicalXDPI
- IHTMLScreen2::logicalYDPI
Show: