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

# ImageViewer ObjectのUpdateOptionsメソッド

> Windows 上の ABBYY FineReader Engine Visual Components における ImageViewer Object の UpdateOptions メソッド — このメソッドは、Image Viewer の Options ダイアログで指定した設定を更新します。

このメソッドは、Image Viewer の Options ダイアログで指定した設定を更新します。別の Visual Component でオプションが変更された場合は、Image Viewer のオプションを現在の状態に反映するために、このメソッドを呼び出す必要が生じることがあります。

<Note>
  Options ダイアログは、Image Viewer、Zoom Viewer、Text Editor、または Document Viewer で [MI\_Options](/ja/fine-reader/engine/visual-components-reference/enumerations/menuitemenum#mi_options) コマンドを呼び出した場合、Document Viewer の Save As ダイアログで Options ボタンをクリックした場合、または Text Validator で Settings > Options をクリックした場合に表示できます。
</Note>

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

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

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

### C\#

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

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

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

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

このメソッド固有の戻り値はありません。返されるのは、[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)です。

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

[ImageViewer](/ja/fine-reader/engine/visual-components-reference/imageviewer)
