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

# Reset Method of the EnumDictionaryWords Object

This method restarts the iteration. This method may be called any time during iteration to reset the iteration.

## Syntax

### C++

```cpp theme={null}
HRESULT Reset();
```

### C\#

```csharp theme={null}
void Reset();
```

### Visual Basic .NET

```vb theme={null}
Sub Reset()
```

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

[EnumDictionaryWords](/fine-reader/engine/api-reference/language-related-objects/enumdictionarywords)
