IMF_PDFENCRYPTION Enumeration
|
PDF files may be saved with different encryption types.
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic enum IMF_PDFENCRYPTION
Public Enumeration IMF_PDFENCRYPTION
public enum class IMF_PDFENCRYPTION
Members | Member name | Value | Description |
|---|
| IMF_PDFSECURITY_NONE | 0 |
There is no encryption.
|
| IMF_PDFSECURITY_STANDARD | 1 |
Standard, 40 bit encryption.
|
| IMF_PDFSECURITY_ENHANCED | 2 |
Enhanced, 128 bit encryption.
|
| IMF_PDFSECURITY_AES | 3 |
AES 128 bit encryption.
|
| IMF_PDFSECURITY_AES256 | 4 |
AES 256 bit encryption.
|
| IMF_PDFSECURITY_AES256X | 5 |
AES 256 bit encryption with hardened hash.
|
Remarks
The setting "ALLSTS_KERNELAPI_IMF" "Kernel.Imf.PDF.PDFSecurity.Type" gets one of the values listed above for specifying the used encryption type.
See Also