OCR_NumPages

<< Click to Display Table of Contents >>

Navigation:  OCR Module > Input List Handling >

OCR_NumPages


 

PRO SDK Icon 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

);

 

Parameters

 

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.

 

Return Values

 

If the function succeeds then the return value is OCR_OK

 

If the function fails then the return value is an error code.