←Select platform

SetNativeZone Method

Summary
Update a zone from a native version.
Syntax
C#
C++/CLI
Java
Python
public void SetNativeZone( 
   IOcrPage page, 
   int zoneIndex, 
   NativeOcrZone zone 
) 
public void setNativeZone(OcrPage page, int zoneIndex, NativeOcrZone zone) 
void SetNativeZone(  
   IOcrPage^ page, 
   int zoneIndex, 
   NativeOcrZone zone 
)  
def SetNativeZone(self,page,zoneIndex,zone): 

Parameters

page
Parent page of the zone.

zoneIndex
0-based index of the zone to update.

zone
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.