Click or drag to resize
Pdf Library for .NET

PdfPrinterAfterPagePrinting Event

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.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public event PdfPrinterPdfPrinterAfterPagePrintingEventHandler AfterPagePrinting

Value

Type: SelectPdfPdfPrinterPdfPrinterAfterPagePrintingEventHandler
See Also