PdfViewer.EndPage

PdfViewer.EndPage event

Occurs when the printing of a page ends in the PdfViewer.

public event EventHandler<StartEndPageEventArgs> EndPage;

Remarks

This event is triggered after a page has been processed in the PdfViewer. It can be used to perform actions or updates after the printing of a page.

See Also