Field Property of the BusinessCard Object
This property provides access to a single field of the business card by the index of this field.
Syntax
HRESULT get_Field(
int Index,
IBusinessCardField** Result
);
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
7/3/2024 8:50:25 AM