Control Reference > VSPrinter Control > VSPrinter Events > AfterHeader Event |
Fired after printing the header for each page to allow font changes.
Private Sub VSPrinter_AfterHeader()
If the Header property is set to a non-empty string, the VSPrinter control fires the BeforeHeader and the AfterHeader events before and after printing the header on each page.
These events allow you to customize margins, fonts, and other characteristics for the footers. Make the changes during the BeforeHeader event and restore the control state during the AfterHeader event.