| Top Previous Next |
|
The BeginFooter method is invoked to begin footer.
Syntax
Remarks
Footer is the area at the bottom of the page. You can insert text or graphics in footer for eg., the date, company logo, document's title or file name, or the author's name that are printed at the bottom of each page in the document.
The BeginFooter method starts a footer. All the rendering methods like TextOutXY, DrawImageXY, etc called after BeginFooter are considered to be in the footer. The footer is ended by calling EndFooter. The BeginFooter and EndFooter block needs to be coded only once for each document, regardless of the number of pages it contains.
You can set the footer height using the PageFooterHeight property.
Example Code
For an example code, see Header and Footer.
See Also
EndFooter, BeginHeader, EndHeader, PageFooterHeight, PageHeaderHeight
|