Vcl.ComCtrls.TCustomRichEdit.PageRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PageRect: TRect read FPageRect write FPageRect;

C++

__property System::Types::TRect PageRect = {read=FPageRect, write=FPageRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

Specifies the dimensions, in pixels, of the logical page size used when printing the contents of a rich text edit control.

Use PageRect to specify the logical page size used when formatting the contents of the rich edit control for printing. Specify the dimensions in pixels.

See Also