<< Click to Display Table of Contents >> Navigation: OCR Module > Input List Handling > OCR_NumPages |
OCR_NumPages returns the number of input page numbers stored in the PXO_Pagelist structure, which is used to determine the pages on which OCR is performed. Please note that all elements are case-sensitive:
HRESULT OCR_NumPages(
PXO_Pagelist PageList,
DWORD *nPages
);
PageList
The PXO_Pagelist variable that OCR_NewPagelist created.
nPages
Pointer to a DWORD. This parameter receives the number of input pages in the specified PXO_Pagelist structure.
If the function succeeds then the return value is OCR_OK
If the function fails then the return value is an error code.