ImageGear .NET - Updated March 30, 2018
MissingSymbol Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecOutputManager Class : MissingSymbol Property
Gets or sets character used for output characters which are missing in the current Code Page.
Syntax
'Declaration
 
Public Property MissingSymbol As Char
 
'Usage
 
Dim instance As ImGearRecOutputManager
Dim value As Char
 
instance.MissingSymbol = value
 
value = instance.MissingSymbol

Property Value

Char value.
Remarks
This property specifies the code of the missing symbol. The missing symbol is a special character that replaces any character that was recognized by the recognition engine but could not be represented in the final output document, since the character does not exist in the current Code Page.
See Also

Reference

ImGearRecOutputManager Class
ImGearRecOutputManager Members