跳转到主要内容
此方法可用于设置块选区。

语法

C++

HRESULT SetSelectedBlocksIndices( IIntsCollection* indices );

C#

void SetSelectedBlocksIndices( IIntsCollection indices );

Visual Basic .NET

Sub SetSelectedBlocksIndices(indices As IntsCollection)

参数

indices [in] 表示 IntsCollection 对象,其中包含要选择的块的索引集合。

返回值

此方法没有特定的返回值。它将返回 ABBYY FineReader Engine 函数的标准返回值

另请参阅

ImageViewer GetSelectedBlocksIndices