Click or drag to resize

IMF_PDFCOMPATIBILITY Enumeration

PDF compatibility for saving PDF with DTXT_PDFIOT

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMF_PDFCOMPATIBILITY
Members
  Member nameValueDescription
IMF_PDF_FORCESIZE0 Optimized for size
IMF_PDF_FORCEQUALITY1 Optimized for quality
IMF_PDF152 PDF 1.5
IMF_PDF143 PDF 1.4
IMF_PDF134 PDF 1.3
IMF_PDF125 PDF 1.2
IMF_PDF116 PDF 1.1
IMF_PDF107 PDF 1.0
IMF_PDFA8 PDF/A-1b compliant output (deprecated version of IMF_PDFA1B)
IMF_PDFA1B8 PDF/A-1b compliant output
IMF_PDF169 PDF 1.6
IMF_PDF1710 PDF 1.7
IMF_PDFA2B11 PDF/A-2b compliant output
IMF_PDFA2U12 PDF/A-2u compliant output
IMF_PDFA1A13 PDF/A-1a compliant output
IMF_PDFA2A14 PDF/A-2a compliant output
IMF_PDFA3B15
Caution note Caution
This API is preliminary and subject to change.
IMF_PDFA3U16
Caution note Caution
This API is preliminary and subject to change.
IMF_PDFA3A17
Caution note Caution
This API is preliminary and subject to change.
IMF_PDF2018
Caution note Caution
This API is preliminary and subject to change.
Remarks

This enum gives the possible values of the setting Kernel.Imf.PDF.Compatibility, which is used during saving "ALLSTS_KERNELAPI_IMF" "image-only" or "ALLSTS_KERNELAPI_DTXT_PDFIOT" "image-on-text" PDF files with ConvertToDirectTXT.

See Also