Click or drag to resize

PdfPrintSettings Events

The PdfPrintSettings type exposes the following members.

Events
Name Description
Public event BeginPrint
Occurs when the Spire.pdf.PdfDocument.Print() method is called and before the first page of the document prints.
Public event EndPrint
Occurs when the last page of the document has printed.
Public event PaperSettings
Occurs immediately before print each paper. Note: Ignore on MacOS/Linux platform.
Public event PrintPage
Occurs when the output to print for the current page is needed.
Public event QueryPageSettings
Occurs immediately before each Spire.pdf.PdfDocument.PrintSettings.PrintPage event.
Top
See Also