FMX.Printer.TPrinter.PageHeight

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also