Click or drag to resize
Pdf Library for .NET

PdfPrinter Events

The PdfPrinter type exposes the following members.

Events
  NameDescription
Public eventAfterPagePrinting
Occurs after each page print. It can be used to cancel the printing of the rest of the document and also to add content to the printed page.
Public eventBeforePagePrinting
Occurs right before each page print. It can be used to cancel the printing starting with the current page.
Top
See Also