Skip to main content

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.

This property provides access to a single field of the business card by the index of this field.

Syntax

C++

HRESULT get_Field(
   int                  Index,
   IBusinessCardField** Result
);

C#

IBusinessCardField get_Field(int Index);

Visual Basic .NET

ReadOnly Property Field(Index As Integer) As IBusinessCardField

Parameters

Index [in] Specifies the index of the field. Must be in range from 0 to (IBusinessCard::FieldsCount - 1). Result [out, retval] A pointer to IBusinessCardField* pointer variable that receives the interface pointer of the output BusinessCardField object.

Return values

This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

BusinessCard Business Card Recognition Working with Properties