跳轉到主要內容
這個方法可讓您設定區塊的選取狀態。

語法

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