Skip to main content

SubDocument.SetPageBackground(Color) Method

Set the background color of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void SetPageBackground(
    Color pageBackColor
)

Parameters

Name Type Description
pageBackColor 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