←Select platform

IsNativeRecognitionModuleSupported Method

Summary

Checks whether the specified recognition module is supported by this IOcrEngine.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsNativeRecognitionModuleSupported( 
   NativeOcrZoneRecognitionModule recognitionModule 
) 
Function IsNativeRecognitionModuleSupported( _ 
   ByVal recognitionModule As Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule _ 
) As Boolean 
bool IsNativeRecognitionModuleSupported(  
   Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule recognitionModule 
) 
public boolean isNativeRecognitionModuleSupported(NativeOcrZoneRecognitionModule recognitionModule) 
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeRecognitionModuleSupported(  
   recognitionModule  
) 
bool IsNativeRecognitionModuleSupported(  
   Leadtools.Forms.Ocr.NativeOcrZoneRecognitionModule recognitionModule 
)  

Parameters

recognitionModule
The recognition module to check.

Return Value

True if recognitionModule 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 recognition modules supported by the engine, use GetSupportedNativeRecognitionModules.

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