Vcl.Dialogs.TPageSetupDialog.PageHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageHeight: Integer read FPageHeight write FPageHeight;

C++

__property int PageHeight = {read=FPageHeight, write=FPageHeight, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

Description

Specifies page height.

PageHeight contains the height of the page type selected by the user.

If the user is entering values in inches, PageHeight expresses the page height in thousandths of an inch. If the user is entering values in millimeters, PageHeight expresses the page height in hundredths of a millimeter.

See Also