Vcl.Printers.TPrinter.PageHeight

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

Delphi

property PageHeight: Integer read GetPageHeight;

C++

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

プロパティ

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

説明

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

PageHeight プロパティを使用すると,現在印刷中のページの高さをピクセル単位で取得できます。

関連項目