PdfPrintPreparePagePrintingEvent Event

The event which is raised immediately before each PagePrintingEvent event. In the event handler you can set the page settings for the page being printed, cancel or end printing job

Definition

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

Value

PreparePagePrintingEventHandler

See Also