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

# OfficeConverters オブジェクトの Find メソッド

> ABBYY FineReader Engine API における OfficeConverters オブジェクトの Find メソッド — コレクション内で指定した Office コンバーターのインデックスを返します（Linux および Windows のみ）。

<Note>
  このメソッドは、Linux 版および Windows 版の FRE で実装されています。
</Note>

このメソッドは、コレクション内で指定した Office コンバーターのインデックスを返します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

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

### C\#

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

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

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

<div id="parameters">
  ## パラメーター
</div>

Value

\[in] 検索するコンバーターを指定する [OfficeConverterTypeEnum](/ja/fine-reader/engine/api-reference/enumerations/officeconvertertypeenum) 変数。

Result

\[out, retval] コレクション内で指定したコンバーターのインデックスを受け取る int 変数へのポインター。コンバーターが存在しない場合、メソッドは -1 を返します。

<div id="return-values">
  ## 戻り値
</div>

このメソッドは、[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)を返します。

<div id="see-also">
  ## 関連項目
</div>

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