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