PDFView4NET WPF Edition
EncryptionKeySize Enumeration




O2S.Components.PDFView4NET Namespace : EncryptionKeySize Enumeration
Specifies the available key sizes when encrypting a pdf document.
Syntax
'Declaration
 
Public Enum EncryptionKeySize 
   Inherits System.Enum
'Usage
 
Dim instance As EncryptionKeySize
public enum EncryptionKeySize : System.Enum 
__value public enum EncryptionKeySize : public System.Enum 
public enum class EncryptionKeySize : public System.Enum 
Members
MemberDescription
Use128BitKeyA 128 bit encryption key will be used to encrypt the pdf document.
Use256BitKeyA 256 bit encryption key will be used to encrypt the pdf document.
Use40BitKeyA 40 bit encryption key will be used to encrypt the pdf document.
Inheritance Hierarchy

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

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