MICRGetSymbolBottom Method (GdPictureImaging)
Returns the bottom position, in pixel, of one of the symbols recognized during the
last MICR process done by the MICRDoMICR() method.
public int MICRGetSymbolBottom(
int
)
public function MICRGetSymbolBottom(
: Integer
): Integer;
public function MICRGetSymbolBottom(
: int
) : int;
public: int MICRGetSymbolBottom(
int
)
public:
int MICRGetSymbolBottom(
int
)
'Declaration
Public Function MICRGetSymbolBottom( _
ByVal As Integer _
) As Integer
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.