Skip to main content
This property specifies the number of fields of the specified type on the business card.

Syntax

C++

HRESULT get_FieldsCountByType(
   BusinessCardFieldTypeEnum Type,
   int*                      Result
);

C#

int get_FieldsCountByType( BusinessCardFieldTypeEnum Type );

Visual Basic .NET

ReadOnly Property FieldsCountByType(Type As BusinessCardFieldTypeEnum) As Integer

Parameters

Type [in] Specifies the type of the field. See the description of the BusinessCardFieldTypeEnum constants. Result [out, retval] Returns the number of fields of the specified type on the business card.

Return values

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

See also

BusinessCard Working with Properties