跳转到主要内容
此属性返回符号矩形左边界的坐标,该坐标是相对于源图像中经纠偏的黑白平面的。

语法

C++

HRESULT get_Left(
   int  Index,
   int* Result
);

C#

int get_Left( int Index );

Visual Basic .NET

Property Left(Index As Integer) As Integer

参数

Index [in] 此参数指定该符号在已识别文本中的索引。 Result [out, retval] 指向 int 变量的指针,用于接收该属性的值。

返回值

此函数没有特定的返回值,而是返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

PlainText Properties 的使用