语法
C++
C#
Visual Basic .NET
参数
返回值
备注
- 此方法可能会向附加到 FRDocument 对象的 IConnectionPointContainer 接口的监听器报告事件。
- 对于 Linux 和 Windows:根据 IEngine::MultiProcessingParams 属性的值,ABBYY FineReader Engine 可以将多页文档的处理分配到 CPU 核心。
HRESULT ProcessPages(
IIntsCollection* PageIndices,
IDocumentProcessingParams* DocumentProcessingParams
);
void ProcessPages(
IIntsCollection PageIndices,
IDocumentProcessingParams DocumentProcessingParams
);
Sub ProcessPages( _
PageIndices As IIntsCollection, _
[DocumentProcessingParams As IDocumentProcessingParams = Nothing]
)
此页面对您有帮助吗?