FMX.Printer.TPageSetupDialog.PageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageWidth: Single read getPageWidth write setPageWidth;

C++

__property float PageWidth = {read=getPageWidth, write=setPageWidth};

Properties

Type Visibility Source Unit Parent
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPageSetupDialog

Description

Specifies the width of the page.

PageWidth represents the width of the page type selected by the user.

If the user enters values in inches, PageWidth expresses the page width in thousandths of an inch. If the user enters values in millimeters, PageWidth expresses the page width in hundredths of a millimeter.

See Also