跳轉到主要內容
此屬性會回傳指定之已辨識文字符號所在的頁面編號。

語法

C++

HRESULT get_PageNumber(
   int  Index,
   int* Result
);

C#

int get_PageNumber( int Index );

Visual Basic .NET

Property PageNumber(Index As Integer) As Integer

參數

Index [in] 此參數指定該符號在已辨識文字中的索引。 Result [out, retval] 指向 int 變數的指標,用於接收此屬性的值。

回傳值

此函式沒有特定回傳值。它會回傳 ABBYY FineReader Engine 函式的標準回傳值

另請參閱

PlainText Properties 的使用方式