Accusoft Pegasus
Accusoft.MicrXpress1.Net
RejectionCharacter Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Reader Class : RejectionCharacter Property




Gets or sets the rejection character.

Syntax

Visual Basic (Declaration)  
Public Property RejectionCharacter As Char
Visual Basic (Usage) Copy Code
Dim instance As Reader
Dim value As Char
 
instance.RejectionCharacter = value
 
value = instance.RejectionCharacter
C#  
public char RejectionCharacter {get; set;}
Managed Extensions for C++  
public: __property char get_RejectionCharacter();
public: __property void set_RejectionCharacter( 
   char value
);
C++/CLI  
public:
property char RejectionCharacter {
   char get();
   void set (charvalue);
}

Exceptions

Exception Description
ArgumentOutOfRangeException Thrown when setting the property to the null character (value of 0).

Remarks

The default value is '*'.

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

This property controls which character is used as the CharacterResult.Text when the reader has a low level of confidence in the value it has calculated. Thus, the rejection character is used whenever the Reader's confidence for a CharacterResult is below the value of MinimumCharacterConfidence.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.