PdfLoadingEncryptedEventArgs Class |
Represents data for an event that occurs when a PDF document is being loaded from an encrypted PDF file.
Inheritance HierarchySystemObject
SystemEventArgs
SautinSoft.Pdf.SecurityPdfLoadingEncryptedEventArgs
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntaxpublic sealed class PdfLoadingEncryptedEventArgs : EventArgs
Public NotInheritable Class PdfLoadingEncryptedEventArgs
Inherits EventArgs
The PdfLoadingEncryptedEventArgs type exposes the following members.
Properties | Name | Description |
---|
 | Encryption | Gets the encryption-related information for a PDF file from which a PDF document is being loaded. |
Top
Methods | Name | Description |
---|
 | SetPassword |
Sets the password used to load a PDF document from a password-encrypted PDF file and returns if the password is correct.
|
Top
See Also