Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / PdfOptions Class / DisplayHeaderFooter Property

In This Topic
    DisplayHeaderFooter Property (PdfOptions)
    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