Vcl.Printers.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
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers 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

Code Examples