|
| 1 | +--- |
| 2 | +layout: default-layout |
| 3 | +title: CodeType Class - Dynamsoft Code Parser Module .NET Edition API Reference |
| 4 | +description: Definition of the CodeType class in Dynamsoft Code Parser Module .NET Edition. |
| 5 | +keywords: CodeType, api reference, .NET |
| 6 | +needAutoGenerateSidebar: true |
| 7 | +--- |
| 8 | + |
| 9 | +# CodeType |
| 10 | + |
| 11 | +The `CodeType` class enumerates all supported code type strings. |
| 12 | + |
| 13 | +## Definition |
| 14 | + |
| 15 | +*Namespace:* Dynamsoft.DCP |
| 16 | + |
| 17 | +```csharp |
| 18 | +public static class CodeType |
| 19 | +{ |
| 20 | + public static string CT_MRTD_TD1_ID; // The code type string is "MRTD_TD1_ID", |
| 21 | + public static string CT_MRTD_TD2_ID; // The code type string is "MRTD_TD2_ID", |
| 22 | + public static string CT_MRTD_TD2_VISA; // The code type string is "MRTD_TD2_VISA", |
| 23 | + public static string CT_MRTD_TD3_PASSPORT; // The code type string is "MRTD_TD3_PASSPORT", |
| 24 | + public static string CT_MRTD_TD3_VISA; // The code type string is "MRTD_TD3_VISA", |
| 25 | + public static string CT_MRTD_TD2_FRENCH_ID; // The code type string is "MRTD_TD2_FRENCH_ID", |
| 26 | + public static string CT_AAMVA_DL_ID; // The code type string is "AAMVA_DL_ID", |
| 27 | + public static string CT_AAMVA_DL_ID_WITH_MAG_STRIPE; // The code type string is "AAMVA_DL_ID_WITH_MAG_STRIPE", |
| 28 | + public static string CT_SOUTH_AFRICA_DL; // The code type string is "SOUTH_AFRICA_DL", |
| 29 | + public static string CT_AADHAAR; // The code type string is "AADHAAR", |
| 30 | + public static string CT_VIN; // The code type string is "VIN", |
| 31 | + public static string CT_GS1_AI; // The code type string is "GS1_AI", |
| 32 | +}; |
| 33 | +``` |
0 commit comments