跳转到主要内容
此方法提供对字段组件中单个字符参数的访问。字符使用其在组件文本中的位置作为索引。

语法

C++

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

C#

ICharParams GetCharParams( int Position );

Visual Basic .NET

Function GetCharParams(Position As Integer) As ICharParams

参数

Position [in] 指定该组件内字符的索引。该索引必须在从零到组件值长度的范围内。 Result [out, retval] 指向 ICharParams* 指针变量的指针,用于接收输出 CharParams 对象的接口指针。

返回值

此函数没有特定的返回值。它返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

BusinessCardFieldComponent CharParams