Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PageOptions Class / DefaultBackgroundColor Property

In This Topic
    DefaultBackgroundColor Property (PageOptions)
    In This Topic
    Gets or sets the background color to be used if the HTML markup doesn't specify one.
    Syntax
    'Declaration
     
    Public Property DefaultBackgroundColor As System.Nullable(Of Color)
    public System.Nullable<Color> DefaultBackgroundColor {get; set;}
    See Also