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