Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SpecialRejectedCharacter Property
See Also 
Leadtools.Document Namespace > RasterDocumentEngine Class : SpecialRejectedCharacter Property



The special character used to replace rejected characters in the last recognition process or save results process.

Syntax

Visual Basic (Declaration) 
Public Property SpecialRejectedCharacter As Char
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentEngine
Dim value As Char
 
instance.SpecialRejectedCharacter = value
 
value = instance.SpecialRejectedCharacter
C# 
public char SpecialRejectedCharacter {get; set;}
C++/CLI 
public:
property char SpecialRejectedCharacter {
   char get();
   void set (char value);
}

Return Value

The special character used to replace rejected characters in the last recognition process or save results process.

Example

Refer to SpecialMissingSymbol example.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.