FMX.Printer.TPrinter.PageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageWidth: Integer read GetPageWidth;

C++

__property int PageWidth = {read=GetPageWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinter

Description

Indicates the value of the width (in pixels) of the currently printing page.

Use PageWidth to find the width, in pixels, of the currently printing page.

See Also