GetCharParams Method of the BusinessCardField Object

This method provides access to the parameters of a single character in the field. A character is indexed with its position inside the text of the field.

Syntax

C++

HRESULT GetCharParams(
   int           Position,
   ICharParams** Result
);
    

C#

ICharParams GetCharParams( int Position );
    

Visual Basic .NET

Function GetCharParams(Position As Integer) As ICharParams
    

Parameters

Position
[in] Specifies the index of the character inside the field. This index must be in the range from zero to the length of the field 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

BusinessCardField

CharParams

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.