Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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;}
Managed Extensions for C++ 
public: __property char get_SpecialRejectedCharacter();
public: __property void set_SpecialRejectedCharacter( 
   char value
);
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features