LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)

LastPageNumber Property

Show in webframe





The 1-based index of the last page in the image to be recognized. Pass -1 to recognize all pages.
Syntax
public int LastPageNumber {get; set;}
'Declaration
 
Public Property LastPageNumber As Integer
'Usage
 
Dim instance As OcrActivity
Dim value As Integer
 
instance.LastPageNumber = value
 
value = instance.LastPageNumber

            

            
public:
property int LastPageNumber {
   int get();
   void set (    int value);
}

Property Value

1-based index of the last page in the image to be recognized.
Requirements

Target Platforms

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2013 All Rights Reserved. LEAD Technologies, Inc.