![]() | PdfPrintDocument Methods |
The PdfPrintDocument type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnAfterRenderPage |
Raises the AfterRenderPage event.
|
![]() | OnBeforeRenderPage |
Raises the BeforeRenderPage event.
|
![]() | OnBeginPrint |
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.
(Overrides PrintDocumentOnBeginPrint(PrintEventArgs).) |
![]() | OnEndPrint |
Raises the System.Drawing.Printing.PrintDocument.EndPrint event. It is called
when the last page of the document has printed.
(Overrides PrintDocumentOnEndPrint(PrintEventArgs).) |
![]() | OnPrintPage |
Raises the System.Drawing.Printing.PrintDocument.PrintPage event. It is called
before a page prints.
(Overrides PrintDocumentOnPrintPage(PrintPageEventArgs).) |
![]() | OnQueryPageSettings |
Raises the System.Drawing.Printing.PrintDocument.QueryPageSettings event. It
is called immediately before each System.Drawing.Printing.PrintDocument.PrintPage event.
(Overrides PrintDocumentOnQueryPageSettings(QueryPageSettingsEventArgs).) |