Gets the character collection for the specified zone index.
public IOcrZoneCharacters FindZoneCharacters(
int zoneIndex
)
Function FindZoneCharacters( _
ByVal zoneIndex As Integer _
) As Leadtools.Forms.Ocr.IOcrZoneCharacters
Leadtools.Forms.Ocr.IOcrZoneCharacters FindZoneCharacters(
int zoneIndex
)
- (LTOcrZoneCharacters *)objectAtIndex:(NSUInteger)index
public OcrZoneCharacters findZoneCharacters(int zoneIndex)
function Leadtools.Forms.Ocr.IOcrPageCharacters.FindZoneCharacters(
zoneIndex
)
Leadtools.Forms.Ocr.IOcrZoneCharacters^ FindZoneCharacters(
int zoneIndex
)
zoneIndex
Zero-based index of the required zone.
An IOcrZoneCharacters collection containing the characters for the specified zone.
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.
For an example, refer to IOcrPage.GetRecognizedCharacters.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET