Gets the page number in the input (image) file name for the current operation
public int ImagePageNumber { get; }
Public ReadOnly Property ImagePageNumber As Integer
@property (nonatomic, assign, readonly) NSInteger imagePageNumber
public int getImagePageNumber()
public:
property int ImagePageNumber {
int get();
}
The 1-based page number in the input (image) file name for the current operation. Or 0 if no page is being used.
This member is not valid and will be 0 when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
OcrAutoRecognizeJobOperationEventArgs Class
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