Instruction Manual

Section 3. Excella API
33
// Let us scan through all the key pair values returned in the DocInfo
DWORD sectionCount;
// Get total number of sections
if (MTMICRGetSectionCount (DocInfo, &sectionCount) ==MICR_ST_OK)
{
}
}