跳轉到主要內容
此方法會根據索引回傳原始頁面上所有偵測到的變更。

語法

C++

HRESULT GetChangesForReferencePage(
   int        PageIndex,
   IChanges** Result
);

C#

IChanges GetChangesForReferencePage( int PageIndex );

Visual Basic .NET

Function GetChangesForReferencePage(PageIndex As Integer) As IChanges

參數

PageIndex [in] 指定應傳回變更之原始頁面的索引。 Result [out, retval] 指向 IChanges* 指標變數的指標,該變數會接收輸出 Changes 物件的介面指標。若頁面上沒有任何變更,或該頁面未納入比較頁面範圍內,此方法仍會傳回有效的物件,但集合會是空的。

回傳值

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

另請參見

ComparisonResult Document Comparison