Navigation bar
  Print document Start Previous page
 64 of 90 
Next page End  

Gravitybox Schedule.NET
1998-2005 Gravitybox Software LLC
Page 62 of 90
This event is raised before the footer is drawn. You may cancel the default footer by
setting the handled to true and drawing your own graphic in the defined rectangle. This
is called one time for each page.
BeforePrintPageNumber
This event is raised before the header is drawn. You may cancel the default header by
setting the handled to true and drawing your own graphic in the defined rectangle. This
is called one time for each page.
PrintProgress
This event is raised to inform the container of the progress of the print. The event has a
parameter with the total number of pages to print and the current page being printed.
This event is raised for each page printed. You may take any action desired, produce
your own custom progress bar, etc. When the current page matches the total pages
then the printing is complete.
PrintCanceled
When the schedule is being printed a progress dialog is displayed. If the user presses
the cancel button, the print is canceled and the PrintCanceled event is raised. This
informs the container that the print failed and was not completed. You may take
appropriate action in your application if desired.
http://www.purepage.com