This documentation is archived and is not being maintained.

HttpCapabilitiesBase::ScreenPixelsHeight Property

Returns the approximate height of the display, in pixels.

Namespace:  System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public:
virtual property int ScreenPixelsHeight {
	int get ();
}

Property Value

Type: System::Int32
The approximate height of the display, in pixels. The default is 72.

The returned value can be derived from the assumed character size and character height. The algorithm for determining the pixel height uses a combination of the default font sizes (from a .config file), device-specific sizes (again, from a .config file), and explicit headers sent by the devices. These values are not necessarily exact. Some devices might rely on internal default values, which only approximate the actual height.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: