Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

FirstPageNumber Property








Gets or sets 1-based index of the first page number in ImageFileName to recognize.
Syntax
public int FirstPageNumber {get; set;}
'Declaration
 
Public Property FirstPageNumber As Integer
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As Integer
 
instance.FirstPageNumber = value
 
value = instance.FirstPageNumber
public int FirstPageNumber {get; set;}
@property (nonatomic, assign) NSInteger firstPageNumber
public int getFirstPageNumber()
public void setFirstPageNumber(int value)
            
 <br/>get_FirstPageNumber();<br/>set_FirstPageNumber(value);<br/>Object.defineProperty('FirstPageNumber'); 
public:
property int FirstPageNumber {
   int get();
   void set (    int value);
}

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

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features