Visual Basic (Declaration) | |
---|---|
Public Property SpecialRejectedCharacter As Char |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public char SpecialRejectedCharacter {get; set;} |
Return Value
The special character used to replace rejected characters in the last recognition process or save results process.Refer to SpecialMissingSymbol example.
Sets the special character to be used to replace rejected characters in the next recognition process and save results process.
To recognize a page(s), call Recognize.
When set, the engine will replace all rejected characters with this value. This helps the user find the missing or rejected characters with minimal effort when the recognition results are saved to a file.
For more information, refer to Recognizing Document Pages.
When set, the engine will replace all rejected characters with this value. This helps the user find the missing or rejected characters with minimal effort when the recognition results are saved to a file.
For more information, refer to Recognizing Document Pages.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family