GetLine Method of the MrzData Object
This method returns the line by index.
Syntax
HRESULT GetLine(
int Index,
IMrzLine** Result
);
Parameters
- Index
- [in] Specifies the index of the line.
- Result
- [out, retval] A pointer to IMrzLine* pointer variable that receives the interface pointer of the output MrzLine object.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25