←Select platform

IsNativeZoneTypeSupported Method

Summary
Checks whether the specified zone type is supported by this IOcrEngine.
Syntax
C#
VB
C++
Java
public bool IsNativeZoneTypeSupported( 
   NativeOcrZoneType zoneType 
) 
Function IsNativeZoneTypeSupported( _ 
   ByVal zoneType As NativeOcrZoneType _ 
) As Boolean 
public boolean isNativeZoneTypeSupported(NativeOcrZoneType zoneType) 
bool IsNativeZoneTypeSupported(  
   NativeOcrZoneType zoneType 
)  

Parameters

zoneType
The zone type to check.

Return Value

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

Remarks

Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.

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

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.