←Select platform

GetSupportedZoneTypes Method

Summary

Gets a list of zone types supported by this IOcrEngine.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrZoneType[] GetSupportedZoneTypes() 
Function GetSupportedZoneTypes() As Leadtools.Forms.Ocr.OcrZoneType() 
[Leadtools.Forms.Ocr.OcrZoneType[]](ocrzonetype.md) GetSupportedZoneTypes() 
@property (nonatomic, copy, readonly) NSArray<NSNumber *> *supportedZoneTypes 
public ArrayList<OcrZoneType> getSupportedZoneTypes() 
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedZoneTypes() 
Leadtools.Forms.Ocr.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly