See Also Examples Applies To
Occurs if a password is needed to decrypt the loaded PDF. This event is raised when the PDFShowDialogForPassword property have been set to False.
Syntax
Sub object_PdfPasswordRequest (PassWord)
The PdfPasswordRequest syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| PassWord | Required. String. The password to decrypt the PDF. |