Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfSettings Class / DisplayHeaderFooter Property

In This Topic
    DisplayHeaderFooter Property (PdfSettings)
    In This Topic
    Gets or sets a value indicating whether the header and footer are rendered. Defaults to false.

    Note that this property is ignored if FullPage is true.

    Syntax
    'Declaration
     
    Public Property DisplayHeaderFooter As System.Boolean
    public System.bool DisplayHeaderFooter {get; set;}
    See Also