PDFMRCModeEnum

PDFMRCModeEnum enumeration constants are used to define the mode of using MRC during export to PDF (PDF/A).

The MRC imaging model represents a document as three different layers: a foreground plane which contains pictures, a mask plane which contains the text and its coloring, and a background plane which contains background pictures or texture. Each layer is compressed separately using the best type of compression for that data type. The MRC technology for PDF (PDF/A) allows you to achieve significantly better file compression without visible degradation of document representation.

typedef enum {
 MRC_Auto,
 MRC_Always,
 MRC_Disable
} PDFMRCModeEnum;
    

Elements

Name Description
MRC_Always Always use MRC.
MRC_Auto Mixed Raster Content parameters will be used, if it is necessary. ABBYY FineReader Engine will automatically determine if MRC should be used, depending on the IPDFExportParameter::Scenario parameter, other export parameters and parameters of the input image.
MRC_Disable Do not use MRC. MRC technology uses lossy compression algorithm, so that some unimportant information from the source image (background texture, scanning garbage, etc.) can be lost. Use this constant if even insignificant information from the source image cannot be lost.

Used in

IPDFExportParams::MRCMode

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.