 | PdfPrintDocumentOnEndPrint Method |
Raises the System.Drawing.Printing.PrintDocument.EndPrint event. It is called
when the last page of the document has printed.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxprotected override void OnEndPrint(
PrintEventArgs e
)
Protected Overrides Sub OnEndPrint (
e As PrintEventArgs
)
protected:
virtual void OnEndPrint(
PrintEventArgs^ e
) override
abstract OnEndPrint :
e : PrintEventArgs -> unit
override OnEndPrint :
e : PrintEventArgs -> unit
protected void OnEndPrint(
PrintEventArgs e
)
Parameters
- e
- Type: System.Drawing.PrintingPrintEventArgs
A System.Drawing.Printing.PrintEventArgs that contains the event data.
See Also