←Select platform

GetSupportedNativeZoneTypes Method

Summary

Gets a list of zone types supported by this IOcrEngine.

Syntax
C#
VB
C++
Java
public NativeOcrZoneType[] GetSupportedNativeZoneTypes() 
Function GetSupportedNativeZoneTypes() As NativeOcrZoneType() 
public ArrayList<NativeOcrZoneType> getSupportedNativeZoneTypes() 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly