←Select platform

GetSupportedNativeZoneTypes Method

Summary

Gets a list of zone types supported by this IOcrEngine.

Syntax

C#
VB
Java
WinRT C#
C++
public NativeOcrZoneType[] GetSupportedNativeZoneTypes() 
Function GetSupportedNativeZoneTypes() As Leadtools.Forms.Ocr.NativeOcrZoneType() 
[Leadtools.Forms.Ocr.NativeOcrZoneType[]](nativeocrzonetype.md) GetSupportedNativeZoneTypes() 
public ArrayList<NativeOcrZoneType> getSupportedNativeZoneTypes() 
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeZoneTypes() 
Leadtools.Forms.Ocr.array<NativeOcrZoneType>^ GetSupportedNativeZoneTypes();  

Return Value

An array of NativeOcrZoneType members that list the zone types supported by this IOcrEngine.

Remarks

Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.

To determine whether a particular zone type is supported by the engine, use IsNativeZoneTypeSupported.

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