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

# Find Method of the OfficeConverters Object

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

This method returns the index of the specified office converter in the collection.

## Syntax

### C++

```cpp theme={null}
HRESULT Find(
  OfficeConverterTypeEnum Value,
  int*                    Result
);
```

### C\#

```csharp theme={null}
int Find( OfficeConverterTypeEnum Value );
```

### Visual Basic .NET

```vb theme={null}
Function Find(Value As OfficeConverterTypeEnum) As Integer
```

## Parameters

Value

\[in] The [OfficeConverterTypeEnum](/fine-reader/engine/api-reference/enumerations/officeconvertertypeenum) variable which specifies the converter that is to be found.

Result

\[out, retval] A pointer to int variable that receives the index of the specified converter in the collection. The method returns -1 if the converter is not present.

## Return values

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

## See also

[OfficeConverters](/fine-reader/engine/api-reference/image-related-objects/officeconverters)
