![]() | Pdf |
The PdfPrint type exposes the following members.
Name | Description | |
---|---|---|
![]() | End | Requests cancellation of a printing. |
![]() | OnCancelationPending | Raises the CancelationPending event. |
![]() | OnPagePrinted | Raises the PagePrinted event. |
![]() | OnPrintCompleted | Raises the PrintCompleted event. |
![]() | OnPrintStarted | Raises the PrintStarted event. |
![]() | ShowDialog | Shows PrintDialog and starts asynchronous execution of a printing. |
![]() | StartPrintAsync | Starts asynchronous execution of a printing. |
Name | Description | |
---|---|---|
![]() | CancelationPending | Occurs when the cancelation has been requested. |
![]() | PagePrinted | Occurs when the document's page gas been printed. |
![]() | PrintCompleted | Occurs when the print operation has completed or has been canceled. |
![]() | PrintStarted | Occurs when the print operation has been started. |