FMX.Printer.TPageSetupDialog.PageWidth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PageWidth: Single read getPageWidth write setPageWidth;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPageSetupDialog


説明

ページの幅を示します。

PageWidth は、ユーザーによって選択されたページの種類の幅を表します。

ユーザーが値をインチで入力した場合、PageWidth はページの高さを 1/1000 インチ単位で表します。 ユーザーが値をミリメートルで入力した場合、PageWidth はページの高さを 1/100 ミリメートル単位で表します。

関連項目