Click or drag to resize

IMF_PDFENCRYPTION Enumeration

PDF files may be saved with different encryption types.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMF_PDFENCRYPTION
Members
  Member nameValueDescription
IMF_PDFSECURITY_NONE0 There is no encryption.
IMF_PDFSECURITY_STANDARD1 Standard, 40 bit encryption.
IMF_PDFSECURITY_ENHANCED2 Enhanced, 128 bit encryption.
IMF_PDFSECURITY_AES3 AES 128 bit encryption.
IMF_PDFSECURITY_AES2564 AES 256 bit encryption.
IMF_PDFSECURITY_AES256X5 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