Gets or sets the value indicating whether RTF objects fill the background with white, or use the specified background color. The default is false.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool WhiteRtfBackground { get; set; }
Visual Basic
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
Public Property WhiteRtfBackground As Boolean
	Get
	Set

Remarks

The default value for this property is False.

See Also