Back to Devexpress

SubDocument.ShowPageBackground Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-subdocument-3e425fbb.md

latest1.6 KB
Original Source

SubDocument.ShowPageBackground Property

Gets whether the page background color is shown.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool ShowPageBackground { get; }
vb
ReadOnly Property ShowPageBackground As Boolean

Property Value

TypeDescription
Boolean

true to show the background color; otherwise, false.

|

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