←Select platform

LastPageNumber Property

Summary

Gets or sets the 1-based index of the last page number in ImageFileName or ImageStream to recognize.

Syntax
C#
VB
Objective-C
C++
Java
public int LastPageNumber { get; set; } 
Public Property LastPageNumber As Integer 
@property (nonatomic, assign) NSInteger lastPageNumber 
public int getLastPageNumber() 
public void setLastPageNumber(int value) 
public: 
property int LastPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 that indicates the 1-based index of the last page number in ImageFileName or ImageStream to recognize. You can use this and FirstPageNumber to recognize only a certain range of pages in the source file. You can use a value of -1 to indicate "up to last page in the file", otherwise, this member must be a value greater than or equal to FirstPageNumber up to the maximum number of pages in the source file name.

Example

For an example, refer to RunJob and RunJobAsync.

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