In This Topic
GdPicture14 Namespace / GdPictureImaging Class / MICRGetSymbolsCount Method

MICRGetSymbolsCount Method (GdPictureImaging)

In This Topic
Returns the number of symbols recognized during the last MICR process done by the MICRDoMICR() method.
Syntax
'Declaration
 
Public Function MICRGetSymbolsCount() As Integer
public int MICRGetSymbolsCount()
public function MICRGetSymbolsCount(): Integer; 
public function MICRGetSymbolsCount() : int;
public: int MICRGetSymbolsCount(); 
public:
int MICRGetSymbolsCount(); 

Return Value

The number of recognized symbols.
Remarks

This method is used in the "MICR" Demo.

Use the GetStat() method to determine if this method succeeded.

See Also