Skip to main content
This object provides access to a single component of a business card field. A field component is a part of the field value. For example, a field which contains personal name may consist of the first and last name.

Properties

NameTypeDescription
ApplicationEngine, read-onlyReturns the Engine object.
TypeBusinessCardFieldComponentTypeEnum, read-onlySpecifies the type of the field component.
ValueString, read-onlySpecifies the value of the field component.

Methods

NameDescription
GetCharParamsProvides access to the parameters of a single character in the field component.
BusinessCardFieldComponent Object Diagram

Output parameter

This object is the output parameter of the FindComponent method of the BusinessCardField object.

See also

BusinessCardField Working with Properties