←Select platform

FirstPageNumber Property

Summary
Gets or sets the 1-based index of the first page number in ImageFileName or ImageStream to recognize.
Syntax
C#
VB
Objective-C
C++
Java
public int FirstPageNumber { get; set; } 
Public Property FirstPageNumber As Integer 
@property (nonatomic, assign) NSInteger firstPageNumber 
public int getFirstPageNumber() 
public void setFirstPageNumber(int value) 
public: 
property int FirstPageNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

An Int32 that indicates the 1-based index of the first page number in ImageFileName or ImageStream to recognize. You can use this and LastPageNumber to recognize only a certain range of pages in the source file. This parameter must be greater than or equal to 1 (first page in the file).

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.