Skip to main content
A newer version of this page is available. .

PdfDocumentProcessor Events

A non-visual component that allows you to easily generate PDF files from scratch and manipulate existing PDF documents. See PDF Document API.
Name Description
PasswordRequested Occurs when requesting a security password to open a protected PDF file.
PrintPage Occurs when the document page is printed.
QueryPageSettings Occurs immediately before the PdfDocumentProcessor.PrintPage event.
See Also