TXTextControl.PageHeight Property

Returns or sets the height of the page for the whole document or for a document's section. The SectionCurrent property determines the part of the document. The property returns -1, if more than one section is specified through the SectionCurrent property and these sections' pages have a different height.

Syntax

TXTextControl.PageHeight [= value]

Remarks

The height of the actual printed area is PageHeight minus PageMarginB minus PageMarginT. The maximum value depends on the capabilities of the selected printer and must not exceed 32767 twips.

Data Types

Long.

Example

See PrintPage method example.

See Also