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

语法

C++

HRESULT get_Right(
   int  Index,
   int* Result
);

C#

int get_Right( int Index );

Visual Basic .NET

Property Right(Index As Integer) As Integer

参数

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

返回值

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

另请参阅

PlainText 使用 Properties