Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / PdfOutputSettings Class / BackColor Property

In This Topic
    BackColor Property (PdfOutputSettings)
    In This Topic
    Gets or sets the background color. The default is white.
    Syntax
    'Declaration
     
    Public Property BackColor As System.Drawing.Color
    public System.Drawing.Color BackColor {get; set;}
    See Also