Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableCommentBackgroundOnPrint { get; set; }

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Object Type Path 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.

rich-edit-comment-printoptions-true

See Also