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

# GetAsUserDictionaryDescription Method of the DictionaryDescription Object

This method returns the dictionary description as the [UserDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/userdictionarydescription) object. If the dictionary description is not a user dictionary description, NULL is returned.

## Syntax

### C++

```cpp theme={null}
HRESULT GetAsUserDictionaryDescription( IUserDictionaryDescription** Result );
```

### C\#

```csharp theme={null}
IUserDictionaryDescription GetAsUserDictionaryDescription();
```

### Visual Basic .NET

```vb theme={null}
Function GetAsUserDictionaryDescription() As IUserDictionaryDescription
```

## Parameters

Result

\[out, retval] A pointer to IUserDictionaryDescription\* pointer variable that receives the interface pointer to the returned [UserDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/userdictionarydescription) object.

## Return values

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

## See also

[DictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/dictionarydescription)

[UserDictionaryDescription](/fine-reader/engine/api-reference/language-related-objects/userdictionarydescription)
