←Select platform

SetNativeZone Method

Summary

Update a zone from a native version.

Syntax

C#
VB
Java
WinRT C#
C++
public void SetNativeZone( 
   IOcrPage page, 
   int zoneIndex, 
   NativeOcrZone zone 
) 
Sub SetNativeZone( _ 
   ByVal page As Leadtools.Forms.Ocr.IOcrPage, _ 
   ByVal zoneIndex As Integer, _ 
   ByVal zone As Leadtools.Forms.Ocr.NativeOcrZone _ 
)  
public void setNativeZone(OcrPage page, int zoneIndex, NativeOcrZone zone) 
function Leadtools.Forms.Ocr.IOcrZoneManager.SetNativeZone(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly