FMX.Printer.Win.TPrinterWin.GetPageHeight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPageHeight: Integer; override;

C++

virtual int __fastcall GetPageHeight();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Protected getter implementation for the PageHeight property.

FMX.Printer.Win.TPrinterWin.GetPageHeight inherits from FMX.Printer.TPrinter.GetPageHeight. All content below this line refers to FMX.Printer.TPrinter.GetPageHeight.

Protected getter implementation for the PageHeight property.

See Also