TextRange.boundingHeight (Property)

The height of the extent rectangle around selected text on the page.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyTextRange.boundingHeight

TextRange objects use the start and end points to map into the physical display of the text on the screen. Although it may not be visible, the text range nevertheless corresponds to a spatial extent rectangle that can be described using pixel coordinates. The value of this property is the height of the extent rectangle that currently encloses the text encapsulated by the TextRange object.

See also:TextRange.boundingWidth

Property attributes:

ReadOnly.