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

# MrzField オブジェクトの GetCharParams メソッド

> ABBYY FineReader Engine API の MrzField オブジェクトの GetCharParams メソッド — MRZ field 内の指定した文字のパラメーターを、その位置に基づいて返します。

このメソッドは、field内の指定した文字のパラメーターを返します。文字は、fieldのテキスト内での位置を示すインデックスで指定します。

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

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

```cpp theme={null}
HRESULT GetCharParams(
  int           Position,
  ICharParams** Result
);
```

### C\#

```csharp theme={null}
ICharParams GetCharParams( int Position );
```

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

```vb theme={null}
Function GetCharParams(Position As Integer) As ICharParams
```

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

Position

\[in] field 内の文字のインデックスを指定します。このインデックスは、0 から field の値の長さまでの範囲内でなければなりません。

Result

\[out, retval] 出力 [CharParams](/ja/fine-reader/engine/api-reference/text-related-objects/charparams) オブジェクトのインターフェイス ポインターを受け取る ICharParams\* ポインター変数へのポインターです。

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

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

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

[MrzField](/ja/fine-reader/engine/api-reference/document-related-objects/mrzfield)<br />[CharParams](/ja/fine-reader/engine/api-reference/text-related-objects/charparams)
