| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum MicrFieldTypes Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum MicrFieldTypes : Enum | |
| Managed Extensions for C++ | |
|---|---|
[FlagsAttribute()] __value public enum MicrFieldTypes : public Enum | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class MicrFieldTypes : public Enum | |
| Member | Description |
|---|---|
| None | Indicates that a MICR field does not exist in the text line, or that the text line has not been parsed. |
| AuxOnUs | The auxillary OnUs field. |
| Epc | The external processing code field. |
| Routing | The routing (transit) field. |
| OnUs | The OnUs field. |
| Amount | The amount field. |
This enumeration can be treated as a bit field (i.e. flags).
System.Object
System.ValueType
System.Enum
Accusoft.MicrXpressSdk.MicrFieldTypes
