Back to Devexpress

PrintingOptions.EnableCommentBackgroundOnPrint Property

officefileapi-devexpress-dot-xtrarichedit-dot-printingoptions-d0b505e7.md

latest2.0 KB
Original Source

PrintingOptions.EnableCommentBackgroundOnPrint Property

Gets or sets whether to print the background of the document’s margin with comment balloons.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableCommentBackgroundOnPrint { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property EnableCommentBackgroundOnPrint As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to print the background of the document’s margin; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCommentBackgroundOnPrint
RichEditControlOptionsBase

.Printing .EnableCommentBackgroundOnPrint

|

Remarks

When the EnableCommentBackgroundOnPrint is set to true , the comment balloons are printed on a gray background, as illustrated in the following image.

See Also

PrintingOptions Class

PrintingOptions Members

DevExpress.XtraRichEdit Namespace