Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SetDefaultBackgroundColor Method

In This Topic
    SetDefaultBackgroundColor Method
    In This Topic
    Sets the background color to be used if the HTML markup doesn't specify one.
    Syntax
    'Declaration
     
    Public Sub SetDefaultBackgroundColor( _
       ByVal color As System.Drawing.Color _
    ) 
    public void SetDefaultBackgroundColor( 
       System.Drawing.Color color
    )

    Parameters

    color
    See Also