Generates an array that contains zone indices listed such that the corresponding zones are in order from top to bottom and left to right. The first zone's index in the array corresponds to the top-left zone while the last zone's index in the array corresponds to the bottom-right zone.
public int[] GetSortedZonesIndexMap(
OcrPageSortedZonesIndexMapOptions options
)
Public Function GetSortedZonesIndexMap(
ByVal options As OcrPageSortedZonesIndexMapOptions
) As Integer()
public:
array<Int32>^ GetSortedZonesIndexMap(
OcrPageSortedZonesIndexMapOptions^ options
)
options
Specifies criteria that should be considered while sorting the zones.
Returns an array of integer values for zone indices.
This method does not change the index of any zone. It virtually sorts the zones from top to bottom and left to right, then it reports the indices of the virtually sorted zones. The first zone's index reported is the first top-left zone and the last zone's index reported is the last bottom-right zone.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document