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

# Region オブジェクトの Bottom プロパティ

> ABBYY FineReader Engine API における Region オブジェクトの Bottom プロパティ — Region 内で指定した Rectangle の下端の座標を返します。

このプロパティは、指定した Rectangle の下端の座標を返します。

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

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

```cpp theme={null}
HRESULT get_Bottom(
   int  Index,
   int* Result
);
```

### C\#

```csharp theme={null}
int get_Bottom( int Index );
```

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

```vb theme={null}
Property Bottom(Index As Integer) As Integer
```

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

Index

\[in] このパラメーターは、領域内の四角形を指定します。値は 0 から [IRegion::Count](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/region#count) プロパティの値 - 1 までの範囲でなければなりません。

Result

\[out, retval] このプロパティの値を受け取る int 型変数へのポインター。

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

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

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

[Region](/ja/fine-reader/engine/api-reference/supplementary-objects-and-methods/region)

[プロパティの操作](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
