Click or drag to resize

PdfLoadingEncryptedEventArgs Class

Represents data for an event that occurs when a PDF document is being loaded from an encrypted PDF file.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SautinSoft.Pdf.SecurityPdfLoadingEncryptedEventArgs

Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfLoadingEncryptedEventArgs : EventArgs

The PdfLoadingEncryptedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyEncryption

Gets the encryption-related information for a PDF file from which a PDF document is being loaded.

Top
Methods
 NameDescription
Public methodSetPassword 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