Click or drag to resize

PdfLoadingEncryptedEventArgsEncryption Property

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


Namespace: SautinSoft.Pdf.Security
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public PdfEncryption Encryption { get; }

Property Value

PdfEncryption
The encryption-related information for a PDF file from which a PDF document is being loaded.
See Also