←Select platform

GetSupportedZoneTypes Method

Summary
Gets a list of zone types supported by this IOcrEngine.
Syntax
C#
VB
Objective-C
C++
Java
public OcrZoneType[] GetSupportedZoneTypes() 
Function GetSupportedZoneTypes() As OcrZoneType() 
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedZoneTypes 
public ArrayList<OcrZoneType> getSupportedZoneTypes() 
array<OcrZoneType>^ GetSupportedZoneTypes();  

Return Value

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

Remarks

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

Example

For an example, refer to IOcrZoneManager.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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