Gets or sets the 1-based page number of the page in the source image file that caused the error.
public int ImagePageNumber { get; set; }
Public Property ImagePageNumber As Integer
@property (nonatomic, assign) NSInteger imagePageNumber
public int getImagePageNumber()
public void setImagePageNumber(int value)
An Int32 value that specifies the 1-based page number of the page in the source image file that caused the error. Default value is 0.
This value may be 0 if the error that occur is not specific for any page, for example, when creating an IOcrDocument or when DocumentWriter.Convert is called.
For an example, refer to RunJob.
OcrAutoRecognizeManagerJobError Structure
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