←Select platform

GetSupportedNativeZoneTypes Method

Summary
Gets a list of zone types supported by this IOcrEngine.
Syntax
C#
C++/CLI
Java
Python
public NativeOcrZoneType[] GetSupportedNativeZoneTypes() 
public ArrayList<NativeOcrZoneType> getSupportedNativeZoneTypes() 
array<NativeOcrZoneType>^ GetSupportedNativeZoneTypes();  
def GetSupportedNativeZoneTypes(self): 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.