←Select platform

FindZoneCharacters Method

Summary

Gets the character collection for the specified zone index.

Syntax
C#
VB
Objective-C
C++
Java
public IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex 
) 
Function FindZoneCharacters( _ 
   ByVal zoneIndex As Integer _ 
) As IOcrZoneCharacters 
- (LTOcrZoneCharacters *)objectAtIndex:(NSUInteger)index 
public OcrZoneCharacters findZoneCharacters(int zoneIndex) 
IOcrZoneCharacters^ FindZoneCharacters(  
   int zoneIndex 
)  

Parameters

zoneIndex
Zero-based index of the required zone.

Return Value

An IOcrZoneCharacters collection containing the characters for the specified zone.

Remarks

Each IOcrPageCharacters contain a collection of the collection of characters for each zone. To get the characters of a particular zone you can either iterate through all the members of IOcrPageCharacters and find the item with IOcrZoneCharacters.ZoneIndex equal to zoneIndex, or you can use the FindZoneCharacters helper method to get the same value.

Example

For an example, refer to IOcrPage.GetRecognizedCharacters.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly