←Select platform

GetNativeZone Method

Summary

Gets the native version of a zone.

Syntax

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

Leadtools.Forms.Ocr Assembly