GetCharParams Method of the BusinessCardFieldComponent Object
This method provides access to the parameters of a single character in the field component. A character is indexed with its position inside the text of the component.
Syntax
HRESULT GetCharParams(
int Position,
ICharParams** Result
);
Parameters
- Position
- [in] Specifies the index of the character inside the component. This index must be in the range from zero to the length of the component value.
- Result
- [out, retval] A pointer to ICharParams* pointer variable that receives the interface pointer of the output CharParams object.
Return values
This function has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.
See also
03.07.2024 8:50:25