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

SubDocument.SetPageBackground(Boolean) Method

Shows the background color of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

void SetPageBackground(
    bool showPageBackground
)

Parameters

Name Type Description
showPageBackground Boolean

true to show the background color; otherwise, false.

Remarks

To specify the page background color, use the SubDocument.SetPageBackground method overload with the pageBackColor parameter.

See Also