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.
このメソッドは、field内の指定した文字のパラメーターを返します。文字は、fieldのテキスト内での位置を示すインデックスで指定します。
HRESULT GetCharParams(
int Position,
ICharParams** Result
);
ICharParams GetCharParams( int Position );
Function GetCharParams(Position As Integer) As ICharParams
Position
[in] field 内の文字のインデックスを指定します。このインデックスは、0 から field の値の長さまでの範囲内でなければなりません。
Result
[out, retval] 出力 CharParams オブジェクトのインターフェイス ポインターを受け取る ICharParams* ポインター変数へのポインターです。
このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値が返されます。
MrzField
CharParams