←Select platform

ImagePageNumber Property (OcrAutoRecognizeManagerJobError)

Summary

Gets or sets the 1-based page number of the page in the source image file that caused the error.

Syntax

C#
VB
Java
Objective-C
C++
public int ImagePageNumber {get; set;} 
Public Property ImagePageNumber As Integer 
@property (nonatomic, assign) NSInteger imagePageNumber 
public int getImagePageNumber() 
public void setImagePageNumber(int value) 
             
public: 
property int ImagePageNumber { 
   int get(); 
   void set (    int ); 
} 

Property 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.

Remarks

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.

Example

For an example, refer to RunJob.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize