ImageGear .NET - Updated
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
public char MissingSymbol {get; set;}
public: __property char get_MissingSymbol();
public: __property void set_MissingSymbol( 
   char value
);
public:
property char MissingSymbol {
   char get();
   void set (    char value);
}

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