←Select platform

ZoneIndex Property

Summary

Gets the index of the zone associated with this IOcrZoneCharacters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int ZoneIndex { get; } 
ReadOnly Property ZoneIndex As Integer 
int ZoneIndex {get;} 
@property (nonatomic, assign, readonly) NSUInteger zoneIndex 
public int getZoneIndex() 
get_ZoneIndex();  
property int ZoneIndex { 
   int get(); 
} 

Property Value

The zero-based index of the zone associated with this IOcrZoneCharacters.

Remarks

This is the index of the zone in IOcrPage.

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