←Select platform

SetNativeZone Method

Summary
Update a zone from a native version.
Syntax
C#
VB
C++
Java
public void SetNativeZone( 
   IOcrPage page, 
   int zoneIndex, 
   NativeOcrZone zone 
) 
Sub SetNativeZone( _ 
   ByVal page As IOcrPage, _ 
   ByVal zoneIndex As Integer, _ 
   ByVal zone As NativeOcrZone _ 
)  
public void setNativeZone(OcrPage page, int zoneIndex, NativeOcrZone zone) 
void SetNativeZone(  
   IOcrPage^ page, 
   int zoneIndex, 
   NativeOcrZone 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 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.