Click or drag to resize

IMF_MRCLEVEL Enumeration

MRC level (for DTXT PDF output).

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum IMF_MRCLEVEL
Members
  Member nameValueDescription
IMF_MRCLEVEL_NO0 Do not use MRC
IMF_MRCLEVEL_MIN1 Minimal size, lowest quality
IMF_MRCLEVEL_GOOD2 Medium size, good quality
IMF_MRCLEVEL_SUPERB3 Large size, best quality
IMF_MRCLEVEL_LOSSLESS3 Same as IMF_MRCLEVEL_SUPERB
Remarks
This enum gives the possible values of the setting "Kernel.DTxt.PDF.UseMRC", which determines if MRC method is used for DTXT PDF output.
See Also