Vcl.Dialogs.TPageSetupDialog.PageWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageWidth: Integer read FPageWidth write FPageWidth;

C++

__property int PageWidth = {read=FPageWidth, write=FPageWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

Description

Specifies page height.

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

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

See Also