GetSelectedBlocksIndices Method of the ZoomViewer Object
This method returns the collection of indices of selected blocks.
Syntax
C++
HRESULT GetSelectedBlocksIndices( IIntsCollection** indices );
C#
IIntsCollection GetSelectedBlocksIndices();
Visual Basic .NET
Function GetSelectedBlocksIndices() As IIntsCollection
Parameters
- indices
- [out, retval] Provides access to the IntsCollection object which contains indices of the selected blocks.
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