Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Pdf Namespace / HtmlToPdfFormat Class / DefaultBackgroundColor Property

In This Topic
    DefaultBackgroundColor Property (HtmlToPdfFormat)
    In This Topic
    Gets or sets the background color to be used if the HTML page doesn't specify one. Defaults to White color.
    Syntax
    'Declaration
     
    Public Property DefaultBackgroundColor As System.Drawing.Color
    public System.Drawing.Color DefaultBackgroundColor {get; set;}
    See Also