CPDFDocumentEncryptionLevel Enumeration |
Algorithm types of document encryption.
If the encryption level is set to CPDFDocumentEncryptionLevelNoEncryptAlgo, it is equivalent to encrypting with the RC4 algorithm; if the document encryption level obtained is CPDFDocumentEncryptionLevelNoEncryptAlgo, it means that the document is not encrypted.
Namespace:
ComPDFKit.PDFDocument
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public enum CPDFDocumentEncryptionLevel
Members
| Member name | Value | Description |
---|
| CPDFDocumentEncryptionLevelRC4 | 0 | |
| CPDFDocumentEncryptionLevelAES128 | 1 | |
| CPDFDocumentEncryptionLevelAES256 | 2 | |
| CPDFDocumentEncryptionLevelNoEncryptAlgo | 3 | |
See Also