Example #1
0
 // Event that is emitted at the end of a page.
 public override void OnEndPage
     (PrintDocument document, PrintPageEventArgs e)
 {
     session.EndPage(e);
 }