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

# PlainText オブジェクトの Right プロパティ

> ABBYY FineReader Engine API の PlainText オブジェクトの Right プロパティ — 傾き補正された白黒の元の画像上での、シンボルの矩形の右辺の座標を返します。

このプロパティは、元画像の傾きが補正された[白黒](/ja/fine-reader/engine/guided-tour/advanced-techniques/working-with-images#black-and-white)プレーンを基準とした、シンボルの矩形の右辺の座標を返します。

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

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

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

### C\#

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

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

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

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

Index

\[in] このパラメーターは、認識されたテキスト内の指定されたシンボルのインデックスを指定します。

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>

[PlainText](/ja/fine-reader/engine/api-reference/text-related-objects/plaintext)

[Properties の使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
