Visual Basic
C#
Managed Extensions for C++
C++/CLI
| Member | Value | Description |
|---|---|---|
| ANSI_BASED | 3 | Code Pages typically used by different localized Windows versions and Windows applications, e.g. Windows Greek. |
| ASCII_BASED | 2 | Code Pages typically used by different localized DOS versions and DOS applications, e.g. CodePage 437. |
| ASIAN_CODEPAGE | 6 | Multibyte code pages for Asian languages. |
| CODEP_UNKNOWN | 0 | Code Pages not classified to any further categories, e.g. Roman-8. |
| INTERNAL_CP | 5 | Reserved 8-bit and 16 bit Code Pages used internally by the engine. |
| MAC_BASED | 4 | Code Pages typically used by different localized Mac versions and applications, e.g. Macintosh Central European CP. |
| SPECIFIC | 1 | 16-bit Code Pages, e.g. UNICODE. |
This enumeration identifies code page categories. Each output converter is classified into one of
these categories.
System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecOutputCodePageType