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

Description

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

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

See Also

Code Examples