FMX.Printer.TPageSetupDialog.PageHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageHeight: Single read getPageHeight write setPageHeight;

C++

__property float PageHeight = {read=getPageHeight, write=setPageHeight};

Properties

Type Visibility Source Unit Parent
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPageSetupDialog

Description

Specifies the height of the page.

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

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

See Also