Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfSecurity.EncryptionType Enumeration

In This Topic
    PdfSecurity.EncryptionType Enumeration
    In This Topic
    Specifies the type of encryption to use for a password-protected PDF document.
    Syntax
    'Declaration
     
    Public Enum PdfSecurity.EncryptionType 
       Inherits System.Enum
    public enum PdfSecurity.EncryptionType : System.Enum 
    Members
    MemberDescription
    AES_128128-bit AES encryption.
    RC4_128128-bit RC4 encryption.
    RC4_4040-bit RC4 encryption.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.Export.PdfSecurity.EncryptionType

    See Also