Specifies length of the encryption key for encryption.

Namespace: Spire.Pdf.Security
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public enum PdfEncryptionKeySize
Public Enumeration PdfEncryptionKeySize
public enum class PdfEncryptionKeySize
type PdfEncryptionKeySize

Members

MemberValueDescription
Key40Bit1
The key is 40 bit long.
Key128Bit2
The key is 128 bit long.
Key256Bit3
The key is 256 bit long.

See Also