Specifies the page height of a document or document section. The measure depends on the TextControl.PageUnit, WPF.TextControl.PageUnit or ServerTextControl.PageUnit property.

Syntax

public double Height { get; set; }
Public Property Height() As Double

Limitations

The maximum value depends on the capabilities of the selected printer and must not exceed 22.75 inch.

Remarks

The height's default value is 11 inch.

The property returns its default value when the text selection contains multiple sections with mixed page heights. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.