Gets or sets the number of recognized words on the last page.
Syntax
Visual Basic (Declaration) | |
---|
Public Property RecognizedWords As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As OcrStatistic
Dim value As Integer
instance.RecognizedWords = value
value = instance.RecognizedWords
|
C# | |
---|
public int RecognizedWords {get; set;} |
C++/CLI | |
---|
public:
property int RecognizedWords {
int get();
void set (int value);
} |
Return Value
The number of recognized words on the last page.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also