Visual Basic (Declaration) | |
---|---|
Public Property SpecialRejectedCharacter As Char |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public char SpecialRejectedCharacter {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property char get_SpecialRejectedCharacter(); public: __property void set_SpecialRejectedCharacter( char value ); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family