ImageGear .NET - Updated
RejectedCharCount Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecStatistics Class : RejectedCharCount Property
Gets number of rejected characters.
Syntax
'Declaration
 
Public ReadOnly Property RejectedCharCount As Integer
'Usage
 
Dim instance As ImGearRecStatistics
Dim value As Integer
 
value = instance.RejectedCharCount
public int RejectedCharCount {get;}
public: __property int get_RejectedCharCount();
public:
property int RejectedCharCount {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecStatistics Class
ImGearRecStatistics Members