FMX.Printer.TPrinter.PageHeight

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

Delphi

property PageHeight: Integer read GetPageHeight;

C++

__property int PageHeight = {read=GetPageHeight, nodefault};

プロパティ

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

説明

現在の印刷中のページの高さを、ピクセルで示します。

PageHeight を使用すると、現在の印刷中のページの高さを、ピクセルで知ることができます。

関連項目