PdfLoadingEncryptedEventArgsEncryption Property |
Gets the encryption-related information for a PDF file from which a PDF document is being loaded.
Namespace: SautinSoft.Pdf.SecurityAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic PdfEncryption Encryption { get; }
Public ReadOnly Property Encryption As PdfEncryption
Get
Property Value
PdfEncryption
The encryption-related information for a PDF file from which a PDF document is being loaded.
See Also