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 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