Text value of MICR line element
Read-only property
Visual Basic |
---|
Public Property Text( _ Optional ByRef Format As ECmTextFormat = emtfRaw, _ Optional ByRef CharCodes As Variant = "" _ ) As String |
- Format
Value Description emtfRaw Format text as read on MICR line. No padding.
Defaults CharCodes to 'TADU_?' if not explicitly specified.emtfX37 Format text for entry in X9.37 records.
Defaults CharCodes to ' -/ *' if not explicitly specified.
For CcMicr.Info property default CharCodes is '#$-/ *'
Spaces are removed. Fields are padded to fixed length per X9.37.emtfPacked The same as emtfRaw but with removed spaces. Controls default CharCodes, space deletion and string length/padding
- CharCodes
String specifying characters to represent special MICR symbols. In order position from the left:
1 - ROUTING character
2 - AMOUNT character
3 - DASH character
4 - ON-US characters
5 - SPACE
6 - UNKNOWN