- zoneIndex
- Zero-based index of the required zone.
Visual Basic (Declaration) | |
---|---|
Overridable Function FindZoneCharacters( _ ByVal zoneIndex As Integer _ ) As IOcrZoneCharacters |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual IOcrZoneCharacters FindZoneCharacters( int zoneIndex ) |
C++/CLI | |
---|---|
virtual 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.For an example, refer to IOcrPage.GetRecognizedCharacters.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrPageCharacters InterfaceIOcrPageCharacters Members
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR