Gets the zero-based index of the first page in the process that initiated the callback.
public int FirstPageIndex { get; }
ReadOnly Property FirstPageIndex As Integer
int FirstPageIndex {get;}
@property (nonatomic, assign, readonly) NSInteger firstPageIndex
public int getFirstPageIndex()
get_FirstPageIndex();
property int FirstPageIndex {
int get();
}
The zero-based index of the first page in the process that initiated the callback.
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 IOcrPageCollection.
CurrentPageIndex is the index of the current page the operation is processing. CurrentPageIndex will run from FirstPageIndex to LastPageIndex.
For an example, refer to OcrProgressCallback.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET