| Visual Basic (Declaration) | |
|---|---|
Public Property GuessCode2 As Char | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public char GuessCode2 {get; set;} | |
Return Value
The second guess of the recognition.Refer to RasterDocumentEngine.GetRecognizedCharacters example.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code