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

# GetCharParams Method of the BusinessCardFieldComponent Object

This method provides access to the parameters of a single character in the field component. A character is indexed with its position inside the text of the component.

## Syntax

### C++

```cpp theme={null}
HRESULT GetCharParams(
   int           Position,
   ICharParams** Result
);
```

### C\#

```csharp theme={null}
ICharParams GetCharParams( int Position );
```

### Visual Basic .NET

```vb theme={null}
Function GetCharParams(Position As Integer) As ICharParams
```

## Parameters

Position

\[in] Specifies the index of the character inside the component. This index must be in the range from zero to the length of the component value.

Result

\[out, retval] A pointer to ICharParams\* pointer variable that receives the interface pointer of the output [CharParams](/fine-reader/engine/api-reference/text-related-objects/charparams) object.

## Return values

This function has no specific return values. It returns the [standard return values of ABBYY FineReader Engine functions](/fine-reader/engine/api-reference/return-codes).

## See also

[BusinessCardFieldComponent](/fine-reader/engine/api-reference/document-related-objects/businesscardfieldcomponent)

[CharParams](/fine-reader/engine/api-reference/text-related-objects/charparams)
