Accusoft.SmartZoneOCR5.Net - Updated
RejectionCharacter Property






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : RejectionCharacter Property
Gets and Sets the character used to represent an unrecognized result.
Syntax
'Declaration
 
Public Property RejectionCharacter As System.Char
'Usage
 
Dim instance As Reader
Dim value As System.Char
 
instance.RejectionCharacter = value
 
value = instance.RejectionCharacter
public System.char RejectionCharacter {get; set;}
public read-write property RejectionCharacter: System.Char; 
public function get,set RejectionCharacter : System.char
public: __property System.char get_RejectionCharacter();
public: __property void set_RejectionCharacter( 
   System.char value
);
public:
property System.char RejectionCharacter {
   System.char get();
   void set (    System.char value);
}
Remarks

Valid range: Any character except the null character. The rejection character does not need to be in the valid set of recognizable characters.

Default value: '~'

This property controls which character is used in the output text when recognition can not determine a value. The rejection character is used whenever the confidence for a character is below the MinimumCharacterConfidence property.

See Also

Reference

Reader Class
Reader Members