Accusoft.Forms1 - Updated
RejectionCharacter Property (Reader)



Accusoft.SmartZoneICRSdk Namespace > Reader Class : RejectionCharacter Property
Gets and Sets the character used to represent an unrecognized result.
Syntax
Public Property RejectionCharacter As Char
Dim instance As Reader
Dim value As Char
 
instance.RejectionCharacter = value
 
value = instance.RejectionCharacter
public char RejectionCharacter {get; set;}
public:
property char RejectionCharacter {
   char get();
   void set (    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