FMX.Printer.TPrinter.PageHeight
Delphi
property PageHeight: Integer read GetPageHeight;
C++
__property int PageHeight = {read=GetPageHeight, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | TPrinter |
Description
Indicates the height (in pixels) of the currently printing page.
Use PageHeight to find the height, in pixels, of the currently printing page.