TextExportSettings Object (COM-based API)
This object provides functionality for configuring the export of recognized text to TXT format.The ITextExportSettings interface is a child object of the IOutputFormatSettings interface and inherits all its properties. It is an element of the OutputFormatSettingsCollection collection.
Properties
| Name | Type | Description | 
| CodePage | CodePageEnum | This property specifies the code page to which the recognized text is to be exported. The default value is CP_Null. | 
| EncodingType | TextEncodingTypeEnum | This property specifies the encoding type of the output file in TXT format. The default value is TET_Simple. 
 | 
| ExportParagraphsAsOneLine | Boolean | Specifies whether each paragraph in the recognized text is to be exported as one line. The default value is FALSE. | 
| InsertEmptyLineBetweenParagraphs | Boolean | Specifies if an empty line should be inserted between paragraphs. The default value is FALSE. | 
| KeepOriginalHeadersFooters | Boolean | If this property is set to TRUE, original headers and footers will be preserved in the output file. The default value is TRUE. | 
| UsePageBreaks | Boolean | Specifies whether page break symbols (0x12) must be inserted between pages when multiple pages are exported into TXT format. The default value is FALSE. | 
See also
26.03.2024 13:49:49
 Note. If this property is set to a value different from TET_Simple, the CodePage property is ignored during export.
 Note. If this property is set to a value different from TET_Simple, the CodePage property is ignored during export.