Skip to main content
A newer version of this page is available. .

SubDocument.SetPageBackground(Boolean) Method

Shows the background color of the page.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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