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





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / MICRGetSymbolTop Method

MICRGetSymbolTop Method (GdPictureImaging)

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

Parameters

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

Return Value

The top position in pixel.
Remarks

This method is used in the "MICR" Demo.

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

See Also