|
PdfEncryptionAlgorithm Enumeration |
The encryption algorithm.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public enum PdfEncryptionAlgorithm
Public Enumeration PdfEncryptionAlgorithm
Members
| Member name | Value | Description |
---|
| RC4 | 1 |
RC4
|
| AES | 2 |
AES
|
See Also