LEADTOOLS Workflow OCR (Leadtools.Workflow.Ocr assembly)
LEAD Technologies, Inc

FirstPageNumber Property






The 1-based index of the first page in the image to be recognized.
Syntax
public int FirstPageNumber {get; set;}
'Declaration
 
Public Property FirstPageNumber As Integer
'Usage
 
Dim instance As OcrActivity
Dim value As Integer
 
instance.FirstPageNumber = value
 
value = instance.FirstPageNumber
public int FirstPageNumber {get; set;}
 get_FirstPageNumber();
set_FirstPageNumber(value);
public:
property int FirstPageNumber {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OcrActivity Class
OcrActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.