'Declaration
Public Function MICRGetSymbolBottom( _ ByVal SymbolNo As Integer _ ) As Integer
public int MICRGetSymbolBottom( int SymbolNo )
public function MICRGetSymbolBottom( SymbolNo: Integer ): Integer;
public function MICRGetSymbolBottom( SymbolNo : int ) : int;
public: int MICRGetSymbolBottom( int SymbolNo )
public: int MICRGetSymbolBottom( int SymbolNo )
Parameters
- SymbolNo
- The symbol index between 1 and the number of recognized symbols returned by the MICRGetSymbolsCount() method.
Return Value
The bottom position in pixel.