TextExportParams Object (ITextExportParams Interface)
This object provides functionality for tuning parameters of recognized text export. These parameters are set in the TextParams property of the FileExportParams object.
Properties
Name | Type | Description |
---|---|---|
CodePage | CodePageEnum | Specifies the code page to which the recognized text is exported. The value of this property is taken into account only when the CodePageType property has value CPT_OEM or CPT_ANSI (exported text is not Unicode). If this property does not specify any code page (CP_Null), the code page is selected automatically using the CodePageType property value. By default the value of this property is CP_Null. |
CodePageType | CodePageTypeEnum | Specifies the code page type (OEM, ANSI, or Unicode). The value of this property is CPT_Unicode by default. |
EncodingType | TextEncodingTypeEnum | Specifies the encoding type of the Unicode file. The value of this property is taken into account only when the CodePageType property has value CPT_Unicode. The value of this property is TET_UTF8 by default. |
Related objects
See also
8/15/2023 1:19:30 PM