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

# ImageDocument オブジェクトの RemoveGeometricalDistortions メソッド

> ABBYY FineReader Engine API の ImageDocument オブジェクトの RemoveGeometricalDistortions メソッド — ページの端付近で線が湾曲する現象などの幾何学的なゆがみを補正します。

このメソッドは、画像の幾何学的なゆがみ (ページの端付近で線が湾曲する現象など) を補正します。

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

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

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

### C\#

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

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

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

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

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

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

[ImageDocument](/ja/fine-reader/engine/api-reference/image-related-objects/imagedocument)
