Back to Devexpress

PrintingOptions.EnableCommentFillOnPrint Property

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

latest1.9 KB
Original Source

PrintingOptions.EnableCommentFillOnPrint Property

Gets or sets whether to print the background color of the comment balloons.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true , to print the comment balloon background; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableCommentFillOnPrint
RichEditControlOptionsBase

.Printing .EnableCommentFillOnPrint

|

Remarks

When the EnableCommentFillOnPrint is set to true , the comment balloons are printed filled with color, as illustrated in the following image.

See Also

PrintingOptions Class

PrintingOptions Members

DevExpress.XtraRichEdit Namespace