←Select platform

IsNativeFillMethodSupported Method

Summary

Checks whether the specified fill method is supported by this IOcrEngine.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsNativeFillMethodSupported( 
   NativeOcrZoneFillMethod fillMethod 
) 
Function IsNativeFillMethodSupported( _ 
   ByVal fillMethod As Leadtools.Forms.Ocr.NativeOcrZoneFillMethod _ 
) As Boolean 
bool IsNativeFillMethodSupported(  
   Leadtools.Forms.Ocr.NativeOcrZoneFillMethod fillMethod 
) 
public boolean isNativeFillMethodSupported(NativeOcrZoneFillMethod fillMethod) 
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeFillMethodSupported(  
   fillMethod  
) 
bool IsNativeFillMethodSupported(  
   Leadtools.Forms.Ocr.NativeOcrZoneFillMethod fillMethod 
)  

Parameters

fillMethod
The fill method to check.

Return Value

True if fillMethod 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 the fill methods supported by the engine, use GetSupportedNativeFillMethods.

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