PdfPrintPagePrintingEvent Event

The event which is raised right before printing the PDF page. In the event handler you can end or cancel printing job

Definition

Namespace: EvoPdf.PdfPrint
Assembly: EvoPdfPrint_NetCore (in EvoPdfPrint_NetCore.dll) Version: 14.0.0
C#
public event PagePrintingEventHandler PagePrintingEvent

Value

PagePrintingEventHandler

See Also