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.
Structure size. It should be equal to sizeof(L_OcrMICRData).
Gets or sets the auxiliary value.
Gets or sets the EPC value.
Gets or sets the routing value.
Gets or sets the account value.
Gets or sets the check number value.
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: