GetField Method of the MrzData Object
This method returns the MRZ field by index.
Syntax
HRESULT GetField(
int Index,
IMrzField** Result
);
Parameters
- Index
- [in] Specifies the index of the field. Must be in range from 0 to (IMrzData::FieldsCount - 1).
- Result
- [out, retval] A pointer to IMrzField* pointer variable that receives the interface pointer of the output MrzField object.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
7/3/2024 8:50:25 AM