This documentation is archived and is not being maintained.

HttpCapabilitiesBase.ScreenPixelsWidth Property

Returns the approximate width of the display, in pixels.

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

'Declaration
Public Overridable ReadOnly Property ScreenPixelsWidth As Integer
'Usage
Dim instance As HttpCapabilitiesBase 
Dim value As Integer 

value = instance.ScreenPixelsWidth

Property Value

Type: System.Int32
The approximate width of the display, in pixels. The default is 96.

The returned value can be derived from the assumed character size and character width. The algorithm for determining the pixel width 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 (especially for variable-width fonts, these values are approximate). Some devices might rely on internal default values, which only approximate the actual width.

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: