struct L_OcrMICRData
{
L_UINT StructSize;
L_WCHAR Auxiliary[32];
L_WCHAR EPC;
L_WCHAR Routing[16];
L_WCHAR Account[32];
L_WCHAR CheckNumber[16];
L_WCHAR Amount[32];
};
typedef struct L_OcrMICRData L_OcrMICRData;
Magnetic Ink Character Recognition (MICR) data.
Member | Description | |
---|---|---|
StructSize | Structure size. It should be equal to sizeof(L_OcrMICRData). | |
Auxiliary | Gets or sets the auxiliary value. | |
EPC | Gets or sets the EPC value. | |
Routing | Gets or sets the routing value. | |
Account | Gets or sets the account value. | |
CheckNumber | Gets or sets the check number value. | |
Amount | Gets or sets the amount value. |
L_OcrMICRData is the result returned from the L_OcrPage_ExtractZoneMICRData method.
This structure is used with the following functions: