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

# GetDropCapCharParams Method of the Paragraph Object

This method provides access to parameters of a character with the specified position in a paragraph's dropped capital.

## Syntax

### C++

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

### C\#

```csharp theme={null}
ICharParams GetDropCapCharParams( int Pos );
```

### Visual Basic .NET

```vb theme={null}
Function GetDropCapCharParams(Pos As Integer) As ICharParams
```

## Parameters

Pos

\[in] This variable contains the index of the character inside the paragraph dropped capital.

Result

\[out, retval] A pointer to the [ICharParams](/fine-reader/engine/api-reference/text-related-objects/charparams)\* pointer variable that receives the interface pointer of the CharParams object representing the parameters of the dropped capital. result must not be NULL; otherwise, an error code is returned.

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

[Paragraph](/fine-reader/engine/api-reference/text-related-objects/paragraph)

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