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.

BusinessCardFieldTypeEnum enumeration constants are used to denote the types of fields which can be found on business cards.
typedef enum {
 BCFT_Phone,
 BCFT_Fax,
 BCFT_Mobile,
 BCFT_Email,
 BCFT_Web,
 BCFT_Address,
 BCFT_Name,
 BCFT_Company,
 BCFT_Job,
 BCFT_Text,
 BCFT_Unknown
} BusinessCardFieldTypeEnum;

Elements

NameDescription
BCFT\_AddressCompany address.
BCFT\_CompanyCompany name.
BCFT\_EmailE-mail.
BCFT\_FaxFax.
BCFT\_JobPosition in the company.
BCFT\_MobileMobile phone number.
BCFT\_NamePersonal name.
BCFT\_PhonePhone number.
BCFT\_TextAll text recognized on a business card.
BCFT\_UnknownUnknown field type. This constant can be used as the value of the ITextBlock::BusinessCardFieldType property only.
BCFT\_WebWebsite.

Used in

IBusinessCardField::Type IBusinessCard::FieldsCountByType IBusinessCard::FieldByType ITextBlock::BusinessCardFieldType