←Select platform

IsNativeZoneTypeSupported Method

Summary

Checks whether the specified zone type is supported by this IOcrEngine.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsNativeZoneTypeSupported( 
   NativeOcrZoneType zoneType 
) 
Function IsNativeZoneTypeSupported( _ 
   ByVal zoneType As Leadtools.Forms.Ocr.NativeOcrZoneType _ 
) As Boolean 
bool IsNativeZoneTypeSupported(  
   Leadtools.Forms.Ocr.NativeOcrZoneType zoneType 
) 
public boolean isNativeZoneTypeSupported(NativeOcrZoneType zoneType) 
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeZoneTypeSupported(  
   zoneType  
) 
bool IsNativeZoneTypeSupported(  
   Leadtools.Forms.Ocr.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly