←Select platform

LastPageIndex Property

Summary

Gets the zero-based index of the last page in the process that initiated the callback.

Syntax
C#
VB
Objective-C
C++
Java
public int LastPageIndex { get; } 
ReadOnly Property LastPageIndex As Integer 
@property (nonatomic, assign, readonly) NSInteger lastPageIndex 
public int getLastPageIndex() 
property int LastPageIndex { 
   int get(); 
} 

Property Value

The zero-based index of the last page in the process that initiated the callback.

Remarks

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.

Example

For an example, refer to OcrProgressCallback.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly