←Select platform

IsNativeZoneTypeSupported Method

Summary
Checks whether the specified zone type is supported by this IOcrEngine.
Syntax
C#
C++/CLI
Java
Python
public bool IsNativeZoneTypeSupported( 
   NativeOcrZoneType zoneType 
) 
public boolean isNativeZoneTypeSupported(NativeOcrZoneType zoneType) 
bool IsNativeZoneTypeSupported(  
   NativeOcrZoneType zoneType 
)  
def IsNativeZoneTypeSupported(self,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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

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