Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomRichEdit.PageRect Property

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

#Declaration

Delphi
property PageRect: TRect read; write;

#Property Value

Type
TRect

#Remarks

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

See Also