Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public event EventHandler<PdfLoadingEncryptedEventArgs> LoadingEncrypted

Value

EventHandlerPdfLoadingEncryptedEventArgs
See Also