PDFView4NET WinForms Edition
EncryptionAlgorithm Enumeration




O2S.Components.PDFView4NET Namespace : EncryptionAlgorithm Enumeration
Specifies the available encryption algorithms.
Syntax
'Declaration
 
Public Enum EncryptionAlgorithm 
   Inherits System.Enum
'Usage
 
Dim instance As EncryptionAlgorithm
public enum EncryptionAlgorithm : System.Enum 
__value public enum EncryptionAlgorithm : public System.Enum 
public enum class EncryptionAlgorithm : public System.Enum 
Members
MemberDescription
Aes128/256 bit AES encryption. Supported in PDF 1.6 or higher.
RC440/128 bit RC4 encryption.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.EncryptionAlgorithm

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET Namespace