PrintingOptions.EnableCommentFillOnPrint Property
Gets or sets whether to print the background color of the comment balloons.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool EnableCommentFillOnPrint { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true, to print the comment balloon background; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to EnableCommentFillOnPrint |
---|---|
RichEditControlOptionsBase |
|
Remarks
When the EnableCommentFillOnPrint is set to true, the comment balloons are printed filled with color, as illustrated in the following image.
See Also