←Select platform

IsNativeFillMethodSupported Method

Summary

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

Syntax
C#
VB
C++
Java
public bool IsNativeFillMethodSupported( 
   NativeOcrZoneFillMethod fillMethod 
) 
Function IsNativeFillMethodSupported( _ 
   ByVal fillMethod As NativeOcrZoneFillMethod _ 
) As Boolean 
public boolean isNativeFillMethodSupported(NativeOcrZoneFillMethod fillMethod) 
bool IsNativeFillMethodSupported(  
   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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly