PdfViewer.StartPage

PdfViewer.StartPage event

Occurs before a page starts to print.

public event EventHandler<StartEndPageEventArgs> StartPage;

Remarks

This event is triggered for each page that is about to be printed. It can be used to perform custom actions before the page printing starts.

See Also