SubDocument.SetPageBackground(Boolean) Method
Shows the background color of the page.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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