Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

ImagePageNumber Property (OcrAutoRecognizeManagerJobError)








Gets or sets the 1-based page number of the page in the source image file that caused the error.
Syntax
public int ImagePageNumber {get; set;}
'Declaration
 
Public Property ImagePageNumber As Integer
'Usage
 
Dim instance As OcrAutoRecognizeManagerJobError
Dim value As Integer
 
instance.ImagePageNumber = value
 
value = instance.ImagePageNumber
public int ImagePageNumber {get; set;}
@property (nonatomic, assign) NSInteger imagePageNumber
public int getImagePageNumber()
public void setImagePageNumber(int value)
            
 <br/>get_ImagePageNumber();<br/>set_ImagePageNumber(value);<br/>Object.defineProperty('ImagePageNumber'); 
public:
property int ImagePageNumber {
   int get();
   void set (    int value);
}

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

See Also

Reference

OcrAutoRecognizeManagerJobError Structure
OcrAutoRecognizeManagerJobError Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features