語法
C++
C#
Visual Basic .NET
參數
回傳值
備註
- 此方法可能會將事件回報給附加到 FRDocument 物件之 IConnectionPointContainer 介面的偵聽器。
- 在 Linux 和 Windows 上:ABBYY FineReader Engine 可根據 IEngine::MultiProcessingParams 屬性的值,將多頁文件的處理作業分散到各個 CPU 核心。
HRESULT ProcessPages(
IIntsCollection* PageIndices,
IDocumentProcessingParams* DocumentProcessingParams
);
void ProcessPages(
IIntsCollection PageIndices,
IDocumentProcessingParams DocumentProcessingParams
);
Sub ProcessPages( _
PageIndices As IIntsCollection, _
[DocumentProcessingParams As IDocumentProcessingParams = Nothing]
)
這個頁面有幫助嗎?