The ZoneIndex Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the index of the zone associated with this IOcrZoneCharacters.| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property ZoneIndex As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IOcrZoneCharacters Dim value As Integer value = instance.ZoneIndex | |
| C# | |
|---|---|
int ZoneIndex {get;} | |
Property Value
The zero-based index of the zone associated with this IOcrZoneCharacters.For an example, refer to IOcrPage.GetRecognizedCharacters.
This is the index of the zone in IOcrPage.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
IOcrZoneCharacters InterfaceIOcrZoneCharacters 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
Copy Code