The symbol index between 1 and the number of recognized symbols returned by the MICRGetSymbolsCount() method.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / MICRGetSymbolLine Method

MICRGetSymbolLine Method (GdPictureImaging)

In This Topic
Returns the line position of one of the symbols recognized during the last MICR process done by the MICRDoMICR() method.
Syntax
'Declaration
 
Public Function MICRGetSymbolLine( _
   ByVal SymbolNo As Integer _
) As Integer
public int MICRGetSymbolLine( 
   int SymbolNo
)
public function MICRGetSymbolLine( 
    SymbolNo: Integer
): Integer; 
public function MICRGetSymbolLine( 
   SymbolNo : int
) : int;
public: int MICRGetSymbolLine( 
   int SymbolNo
) 
public:
int MICRGetSymbolLine( 
   int SymbolNo
) 

Parameters

SymbolNo
The symbol index between 1 and the number of recognized symbols returned by the MICRGetSymbolsCount() method.

Return Value

The line on which the symbol has been detected.
Remarks

This method is used in the "MICR" Demo.

See Also