←Select platform

GetNativeZone Method

Summary
Gets the native version of a zone.
Syntax
C#
C++/CLI
Java
Python
public NativeOcrZone GetNativeZone( 
   IOcrPage page, 
   int zoneIndex 
) 
public NativeOcrZone getNativeZone(OcrPage page, int zoneIndex) 
NativeOcrZone GetNativeZone(  
   IOcrPage^ page, 
   int zoneIndex 
)  
def GetNativeZone(self,page,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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