TcxCustomRichEdit.PageRect Property
In This Article
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