←Select platform

FirstPageNumber Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 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 equals to 1 (first page in the file).

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