LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ImagePageNumber Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeManagerJobError Structure : ImagePageNumber Property



The ImagePageNumber Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
Public Property ImagePageNumber As Integer
Visual Basic (Usage)Copy Code
Dim instance As OcrAutoRecognizeManagerJobError
Dim value As Integer
 
instance.ImagePageNumber = value
 
value = instance.ImagePageNumber
C# 
public int ImagePageNumber {get; set;}
C++/CLI 
public:
property int ImagePageNumber {
   int get();
   void set (    int value);
}

Property Value

An System.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.

Example

For an example, refer to IOcrAutoRecognizeManager.RunJob.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

ImagePageNumber requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features