SubDocument.SetPageBackground(Color) Method
In This Article
Set the background color of the page.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
page |
Color | A Color structure specifying the color. |
#Remarks
To show the page background, use the SubDocument.SetPageBackground method overload that specifies the showPageBackground parameter.
See Also