CodePageTypeEnum
CodePageTypeEnum enumeration constants specify different types of code pages that are supported for the export of recognized text to external formats.
typedef enum {
CPT_OEM,
CPT_ANSI,
CPT_Unicode
} CodePageTypeEnum;
Elements
Name | Description |
---|---|
CPT_OEM | OEM code page. To specify particular code page, use the ITextExportParams::CodePage property. |
CPT_ANSI | ANSI code page. To specify particular code page, use the ITextExportParams::CodePage property. |
CPT_Unicode | Unicode code page. To specify encoding type of a Unicode file, use the ITextExportParams::EncodingType property. |
Used in
15.08.2023 13:19:30