Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrProgressData Interface : CurrentPageIndex Property |
int CurrentPageIndex {get;}
'Declaration
ReadOnly Property CurrentPageIndex As Integer
'Usage
Dim instance As IOcrProgressData Dim value As Integer value = instance.CurrentPageIndex
int CurrentPageIndex {get;}
@property (nonatomic, assign, readonly) NSInteger currentPageIndex
public int getCurrentPageIndex()
get_CurrentPageIndex();
FirstPageIndex and LastPageIndex corresponds to the index in the IOcrPageCollection of the first and last pages when a method such as Recognize(int firstPageIndex, int lastPageIndex, OcrProgressCallback callback) is called.
If a method that operates on a single page is called, such as IOcrPage.Recognize, then FirstPageIndex and LastPageIndex will be the same value and are equal to the index of IOcrPage in the IOcrPageCollection.
CurrentPageIndex is the index of the current page the operation is processing. CurrentPageIndex will run from FirstPageIndex to LastPageIndex.