←Select platform

IsZoneTypeSupported Method

Summary

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

Syntax

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

Leadtools.Forms.Ocr Assembly