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

In This Topic
    BackColor Property (ImageOutputSettings)
    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