ImageGear for C and C++ on Windows v19.3 - Updated
enumIGRecOutputLevel
API Reference Guide > Recognition Component API Reference > Recognition Component Enumerations Reference > enumIGRecOutputLevel

Output level of the exported document. Managed by IG_REC_output_level_set and IG_REC_output_level_get.

Values:

IG_REC_OL_AUTO Converter default.
IG_REC_OL_NOFORMAT Plain Text (formerly No Formatting mode) - All formatting information is ignored and replaced by a default value. (One column, left aligned paragraphs, no font attributes, a default font, etc.) Tables and graphics are retained and placed within the text. Highlights, strikeouts, and marking for redaction are not transmitted, but redacted text is blacked-out.
IG_REC_OL_RFP Formatted Text (formerly Retain Font and Paragraphs mode) - The formatting information on fonts and paragraphs is retained, but the layout related information is ignored. Highlights and strikeouts and redactions are preserved. (This level has a special purpose when saving to Excel: each detected table or spreadsheet in a document is saved to a separate worksheet. Other content is placed on the last worksheet and functions as an index. The tables are replaced by hyperlinks to their own sheet.).
IG_REC_OL_TRUEPAGE True Page - This keeps the look of the original layout of the pages. This is done by absolute positioning of the texts, pictures, and tables on the page with boxes, frames, or other target application specific methods. This level is only available for target applications capable of handling these. True Page level is the only choice for the XML converter.
IG_REC_OL_FLOWINGPAGE Flowing Page - Preserves the original layout of the pages, including retaining columns. Boxes and frames are only used when necessary. This level is only available with target applications that can handle columns.
IG_REC_OL_SPREADSHEET Spreadsheet - This level exports the results in tabular form, suitable for use in spreadsheet applications. Each page is placed in a separate worksheet. This level is only available for the Excel and the HTML 3.2 formats.