 | PdfPrintDocumentOnBeginPrint Method |
Raises the System.Drawing.Printing.PrintDocument.BeginPrint event. It is called
after the System.Drawing.Printing.PrintDocument.Print method is called and before
the first page of the document prints.
Namespace:
Patagames.Pdf.Net.Controls.WinForms
Assembly:
Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.40.2704
Syntaxprotected override void OnBeginPrint(
PrintEventArgs e
)
Protected Overrides Sub OnBeginPrint (
e As PrintEventArgs
)
protected:
virtual void OnBeginPrint(
PrintEventArgs^ e
) override
abstract OnBeginPrint :
e : PrintEventArgs -> unit
override OnBeginPrint :
e : PrintEventArgs -> unit
protected void OnBeginPrint(
PrintEventArgs e
)
function OnBeginPrint(e);
Parameters
- e
- Type: System.Drawing.PrintingPrintEventArgs
A System.Drawing.Printing.PrintEventArgs that contains the event data.
See Also