←Select platform

ImagePageNumber Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly