←Select platform

IsZoneTypeSupported Method

Summary
Checks whether the specified zone type is supported by this IOcrEngine.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsZoneTypeSupported( 
   OcrZoneType zoneType 
) 
Function IsZoneTypeSupported( _ 
   ByVal zoneType As OcrZoneType _ 
) As Boolean 
- (BOOL)isZoneTypeSupported:(LTOcrZoneType)zoneType 
public boolean isZoneTypeSupported(OcrZoneType zoneType) 
bool IsZoneTypeSupported(  
   OcrZoneType zoneType 
)  

Parameters

zoneType
The zone type to check.

Return Value

True if zoneType is supported by this IOcrEngine; otherwise, it is false.

Remarks

To get all of the zone types supported by the engine, use GetSupportedZoneTypes.

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.