screenPixelToMillimeterY property
Gets or sets the size of a screen pixel along the y-axis of the viewport.
![]() ![]() |
Syntax
| JavaScript |
|---|
pPixelSizeY = object.screenPixelToMillimeterY |
Property values
Type: Floating-point
The size of a screen pixel along the y-axis of the viewport.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
Remarks
User interface (UI) events in Document Object Model (DOM) Level 2 Events Specification indicate the screen positions where the given event occurred. When Windows Internet Explorer knows the physical size of a "screen unit", the screenPixelToMillimeterY attribute expresses that information. Otherwise, Internet Explorer provides a suitable default value.
See also
Show:

