PdfEncryptionKeySize Enumeration
|
Specifies length of the encryption key for encryption.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum PdfEncryptionKeySize
Public Enumeration PdfEncryptionKeySize
public enum class PdfEncryptionKeySize
type PdfEncryptionKeySize
Members
|
Member name
|
Value
|
Description
|
|
Key40Bit
|
1
|
The key is 40 bit long.
|
|
Key128Bit
|
2
|
The key is 128 bit long.
|
|
Key256Bit
|
3
|
The key is 256 bit long.
|
See Also