Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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