Skip to main content
This object represents a collection of BusinessCard objects. The collection is accessible via the FRDocument and FRPage object.
  • The indexing of ABBYY FineReader Engine collections starts with 0.
  • The foreach statement in C# (for each in Visual Basic .NET) can be used to manipulate the collection.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
Countint, read-onlyStores the number of elements in the collection.
ElementBusinessCard, read-onlyProvides access to a single element of the collection.

Methods

NameDescription
ItemProvides access to a single element of the collection.
BusinessCards Object Diagram

Samples

This object is used in the the following samples: HelloBCR (Win), BCR (Linux), and Business Card Recognition (macOS).

See also

BusinessCard Business Card Recognition Working with Collections Working with Properties