IHTMLScreen2 interface

This interface provides information about the client's screen and rendering capabilities. It extends the IHTMLScreen interface.

Members

The IHTMLScreen2 interface inherits from the IDispatch interface. IHTMLScreen2 also has these types of members:

  • Properties

Properties

The IHTMLScreen2 interface has these properties.

Property Description

deviceXDPI

Gets the actual number of horizontal dpi of the system's screen.

deviceYDPI

Gets the actual number of vertical dpi of the system's screen.

logicalXDPI

Gets the normal number of horizontal dots per inch (DPI) of the system's screen.

logicalYDPI

Gets the normal number of vertical dots per inch (DPI) of the system's screen.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch