PdfPrintSettings Events |
The PdfPrintSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() |
BeginPrint |
Occurs when the Spire.pdf.PdfDocument.Print() method is called
and before the first page of the document prints.
|
![]() |
EndPrint |
Occurs when the last page of the document has printed.
|
![]() |
PaperSettings |
Occurs immediately before print each paper.
Note: Ignore on MacOS/Linux platform.
|
![]() |
PrintPage |
Occurs when the output to print for the current page is needed.
|
![]() |
QueryPageSettings |
Occurs immediately before each Spire.pdf.PdfDocument.PrintSettings.PrintPage
event.
|