Back to Devexpress

SubDocument.PageBackColor Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-d9fbaabe.md

latest1.6 KB
Original Source

SubDocument.PageBackColor Property

Gets the background color of the page.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
Color PageBackColor { get; }
vb
ReadOnly Property PageBackColor As Color

Property Value

TypeDescription
Color

A Color structure that is the background color of the page.

|

Remarks

Use the SubDocument.SetPageBackground method to specify the page background color and whether it is shown.

See Also

SetPageBackground

EnablePageBackgroundOnPrint

SubDocument Interface

SubDocument Members

DevExpress.XtraRichEdit.API.Native Namespace