PdfLoadOptionsLoadingEncrypted Event |
Occurs when a PDF document is being loaded from an encrypted PDF file.
This even must be handled in cases when some kind of authorization (for example, password) is required in order to decrypt the PDF file.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.4.23
Syntaxpublic event EventHandler<PdfLoadingEncryptedEventArgs> LoadingEncrypted
Public Event LoadingEncrypted As EventHandler(Of PdfLoadingEncryptedEventArgs)
Value
EventHandlerPdfLoadingEncryptedEventArgs
See Also