pixelHeight property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the height of the object.

Syntax

Integer value = object.put_pixelHeight(Integer v);Integer value = object.get_pixelHeight(Integer* iHeight);

Property values

Type: long

The height, in pixels.

String format

<integer>

CSS information

Applies To All elements
Media visual
Inherited no
Initial Value

Remarks

Setting this property changes the value of the height without changing the units designator. Unlike the height property, this property's value is an integer, not a string, and is always interpreted in pixels.

For more information about how to access the dimension and location of objects on the page through the Dynamic HTML (DHTML) Document Object Model (DOM), see Measuring Element Dimension and Location with CSSOM in Internet Explorer 9.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

DLL

Mshtml.dll

See also

posHeight

 

 

Build date: 1/23/2012