Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SubDocument.SetPageBackground(Color) Method

Set the background color of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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