Saltar al contenido principal

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

Este método devuelve el campo MRZ correspondiente al índice.

Sintaxis

C++

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

C#

IMrzField GetField( int Index );

Visual Basic .NET

Function GetField(Index As Integer) As IMrzField

Parámetros

Index [in] Especifica el índice del campo. Debe estar dentro del intervalo de 0 a (IMrzData::FieldsCount - 1). Result [out, retval] Un puntero a una variable de puntero IMrzField* que recibe el puntero de interfaz del objeto MrzField de salida.

Valores de retorno

Esta función no tiene valores de retorno específicos. Devuelve los valores de retorno estándar de las funciones de ABBYY FineReader Engine.

Consulte también

MrzData MrzField