←Select platform

FindZoneCharacters Method

Summary

Gets the character collection for the specified zone index.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex 
) 
Function FindZoneCharacters( _ 
   ByVal zoneIndex As Integer _ 
) As Leadtools.Forms.Ocr.IOcrZoneCharacters 
- (LTOcrZoneCharacters *)objectAtIndex:(NSUInteger)index 
public OcrZoneCharacters findZoneCharacters(int zoneIndex) 
function Leadtools.Forms.Ocr.IOcrPageCharacters.FindZoneCharacters(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly