←Select platform

GetNativeZone Method

Summary
Gets the native version of a zone.
Syntax
C#
VB
C++
Java
public NativeOcrZone GetNativeZone( 
   IOcrPage page, 
   int zoneIndex 
) 
Function GetNativeZone( _ 
   ByVal page As IOcrPage, _ 
   ByVal zoneIndex As Integer _ 
) As NativeOcrZone 
public NativeOcrZone getNativeZone(OcrPage page, int zoneIndex) 
NativeOcrZone GetNativeZone(  
   IOcrPage^ page, 
   int zoneIndex 
)  

Parameters

page
Parent page of the zone.

zoneIndex
0-based index of the zone to get.

Return Value

The native zone version.

Remarks

Use this method if low-level modification of the engine-specific zone is required.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.