Example #1
0
 // Event that is emitted at the start of a page.
 public override Graphics OnStartPage
     (PrintDocument document, PrintPageEventArgs e)
 {
     return(session.StartPage(e));
 }