GetFieldByType Method of the MrzData Object
This method returns the MRZ field by type.
Syntax
C++
HRESULT GetFieldByType( MrzFieldTypeEnum Type, IMrzField** Result );
C#
IMrzField GetFieldByType( MrzFieldTypeEnum Type );
Visual Basic .NET
Function GetFieldByType(Type As MrzFieldTypeEnum) As IMrzField
Parameters
- Type
- [in] Specifies the type of the field. See the description of the MrzFieldTypeEnum constants.
- 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
17.09.2024 15:14:40