Skip to main content

PageHeaderFooter(PageHeaderArea, PageFooterArea) Constructor

Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public PageHeaderFooter(
    PageHeaderArea pageHeader,
    PageFooterArea pageFooter
)

Parameters

Name Type Description
pageHeader PageHeaderArea

A PageHeaderArea object representing the page header. This value is assigned to the PageHeaderFooter.Header property.

pageFooter PageFooterArea

A PageFooterArea object representing the page footer. This value is assigned to the PageHeaderFooter.Footer property.

See Also