Skip to main content
This method returns the MRZ field by index.

Syntax

C++

HRESULT GetField(
   int         Index,
   IMrzField** Result
);

C#

IMrzField GetField( int Index );

Visual Basic .NET

Function GetField(Index As Integer) As IMrzField

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

MrzData MrzField