|
PdfEncryptionKeySize Enumeration |
The length of the pdf encryption key.
Namespace:
SelectPdf
Assembly:
Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 24.1
Syntax public enum PdfEncryptionKeySize
Public Enumeration PdfEncryptionKeySize
Members
| Member name | Value | Description |
---|
| EncryptKey256Bit | 3 |
246 bit length.
|
| EncryptKey128Bit | 2 |
128 bit length.
|
| EncryptKey40Bit | 1 |
40 bit length.
|
See Also