> ## 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 MrzField Object

This method returns parameters of a specified character in the field. A character is indexed with its position inside the text of the field.

## 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 field. This index must be in the range from zero to the length of the field 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 method 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

[MrzField](/fine-reader/engine/api-reference/document-related-objects/mrzfield)<br />[CharParams](/fine-reader/engine/api-reference/text-related-objects/charparams)
