Enumeration of CogID code pages. The code page
designates which character set should be used to construct
decoded symbol strings.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 79.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ANSILatin1 | 1252 | Construct decoded strings using the ANSI (Latin 1) character set. This is the typical code page setting for ASCII encoded symbols. | |
| Japanese | 932 | Construct decoded strings using the Japanese character set. | |
| Korean | 949 | Construct decoded strings using the Korean character set. | |
| SimplifiedChinese | 936 | Construct decoded strings using the Simplified Chinese character set. | |
| UTF8 | 65001 | Construct decoded strings using UTF-8 encoding. | |
| UTF16LE | 1200 | Construct decoded strings using UTF-16 little endian encoding. | |
| UTF16BE | 1201 | Construct decoded strings using UTF-16 big endian encoding. | |
| UTF32LE | 12000 | Construct decoded strings using UTF-32 little endian encoding. | |
| UTF32BE | 12001 | Construct decoded strings using UTF-32 big endian encoding. |
See Also