←Select platform

LastPageNumber Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 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 equals 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly