PageHeaderFooter Constructors
Represents the object, containing information about the page header and page footer areas.| Name | Parameters | Description |
|---|---|---|
| PageHeaderFooter() | none | Initializes a new instance of the PageHeaderFooter class with the default settings. |
| PageHeaderFooter(PageHeaderArea, PageFooterArea) | pageHeader, pageFooter | Initializes a new instance of the PageHeaderFooter class with the specified page header and page footer. |
See Also