Selects the specified MICR field within the TextLineResult.
| Visual Basic |
|---|
Public Sub TextLineResultSelectMICRField( _ ByVal field As MX_FieldTypes _ ) |
- field
A value indicating the type of the field that should be selected. If the specified MICR field was not parsed, a status indicating Argument Out of Range will be returned.Value Description MX_FieldTypes_None No field. This value is used to indicate the absence of a field. MX_FieldTypes_AuxOnUs Auxiliary On-Us Field. MX_FieldTypes_EPC External Processing Code (EPC) Field. MX_FieldTypes_Routing Routing Field MX_FieldTypes_OnUs On-Us Field. MX_FieldTypes_Amount Amount Field.
