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

Show in webframe

RecognizedCharacters Property








Gets or sets the number of recognized characters on the last page.
Syntax
public int RecognizedCharacters {get; set;}
'Declaration
 
Public Property RecognizedCharacters As Integer
'Usage
 
Dim instance As OcrStatistic
Dim value As Integer
 
instance.RecognizedCharacters = value
 
value = instance.RecognizedCharacters
public int RecognizedCharacters {get; set;}
@property (nonatomic, assign) NSUInteger recognizedCharacters
public int getRecognizedCharacters()
public void setRecognizedCharacters(int value)
            
 <br/>get_RecognizedCharacters();<br/>set_RecognizedCharacters(value);<br/>Object.defineProperty('RecognizedCharacters'); 
public:
property int RecognizedCharacters {
   int get();
   void set (    int value);
}

Property Value

The number of recognized characters on the last page.
Example
For an example, refer to OcrStatistic.
Requirements

Target Platforms

See Also

Reference

OcrStatistic Structure
OcrStatistic Members

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