Click or drag to resize

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.0.0.0
Syntax
C#
public enum CPDFDocumentEncryptionLevel
Members
  Member nameValueDescription
CPDFDocumentEncryptionLevelRC40
CPDFDocumentEncryptionLevelAES1281
CPDFDocumentEncryptionLevelAES2562
CPDFDocumentEncryptionLevelNoEncryptAlgo3
See Also