Property TWPCustomRtfEdit.PaperColor : TColor

Unit: WPCTRMemo
Class: WPCTRMemo.TWPCustomRtfEdit

Description

The color for the virtual paper. Can be changed in the OnPageInit event.
If you want to show the editor, despite being in LayoutMode>wplayNormal, without the page frame and background you can set this properties: WPRichText1.ColorDesktop := WPRichText1.PaperColor; WPRichText1.ViewOptionsEx := WPRichText1.ViewOptionsEx - [wpPaintThemedBackground]; WPRichText1.ViewOptions := WPRichText1.ViewOptions + [wpDontPaintPageFrame];