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

# ResetSettings Method of the ScanSource Object

> ResetSettings method of the ScanSource Object in the ABBYY FineReader Engine API — This method resets all settings of the ScanSource object to their default values.

<Note>
  This method is implemented in FRE for Windows.
</Note>

This method resets all settings of the [ScanSource](/fine-reader/engine/api-reference/mechanism-objects/scansource) object to their default values.

## Syntax

### C++

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

## Return values

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

## See also

[ScanSource](/fine-reader/engine/api-reference/mechanism-objects/scansource)
