SetSelectedBlocksIndices Method of the ImageViewer Object
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
17.09.2024 15:14:41