Skip to main content
This method allows you to set blocks selection.

Syntax

C++

HRESULT SetSelectedBlocksIndices( IIntsCollection* indices );

C#

void SetSelectedBlocksIndices( IIntsCollection indices );

Visual Basic .NET

Sub SetSelectedBlocksIndices(indices As IntsCollection)

Parameters

indices [in] Refers to the IntsCollection object that contains the set of indices of the blocks to be selected.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ZoomViewer GetSelectedBlocksIndices