PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / CompatibilityOptions Class / WhiteRtfBackground Property

In This Topic
    WhiteRtfBackground Property (CompatibilityOptions)
    In This Topic
    Gets or sets the value indicating whether RTF objects fill the background with white, or use the specified background color. The default is false.
    Syntax
    'Declaration
     
    Public Property WhiteRtfBackground As Boolean
    public bool WhiteRtfBackground {get; set;}
    See Also