跳轉到主要內容
此屬性回傳字元矩形右邊界的座標,此座標是相對於來源影像經傾斜校正後的黑白平面。

語法

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