Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

FindZoneCharacters Method








Zero-based index of the required zone.
Gets the character collection for the specified zone index.
Syntax
IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex
)
'Declaration
 
Function FindZoneCharacters( _
   ByVal zoneIndex As Integer _
) As IOcrZoneCharacters
'Usage
 
Dim instance As IOcrPageCharacters
Dim zoneIndex As Integer
Dim value As IOcrZoneCharacters
 
value = instance.FindZoneCharacters(zoneIndex)
IOcrZoneCharacters FindZoneCharacters( 
   int zoneIndex
)
- (LTOcrZoneCharacters *)objectAtIndex:(NSUInteger)index
public OcrZoneCharacters findZoneCharacters(int zoneIndex)
function Leadtools.Forms.Ocr.IOcrPageCharacters.FindZoneCharacters( 
   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

See Also

Reference

IOcrPageCharacters Interface
IOcrPageCharacters Members
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features