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

In This Topic
    DisplayBackgroundGraphics Property (HtmlToPdfFormat)
    In This Topic
    Gets or sets a value indicating whether the background graphics should be rendered. Defaults to true.
    Syntax
    'Declaration
     
    Public Property DisplayBackgroundGraphics As System.Boolean
    public System.bool DisplayBackgroundGraphics {get; set;}
    See Also