←Select platform

GetSupportedNativeFillMethods Method

Summary
Gets a list of fill methods supported by this IOcrEngine.
Syntax
C#
VB
C++
Java
public NativeOcrZoneFillMethod[] GetSupportedNativeFillMethods() 
Function GetSupportedNativeFillMethods() As NativeOcrZoneFillMethod() 
public ArrayList<NativeOcrZoneFillMethod> getSupportedNativeFillMethods() 
array<NativeOcrZoneFillMethod>^ GetSupportedNativeFillMethods();  

Return Value

An array of NativeOcrZoneFillMethod members that list the fill methods supported by this IOcrEngine.

Remarks

Used with engine-specific zones. For more information, refer to IOcrZoneManager.GetNativeZone and IOcrZoneManager.SetNativeZone.

To determine whether a particular fill method is supported by the engine, use IsNativeFillMethodSupported.

The supported fill methods are values that are both supported by this IOcrEngine and are installed on your system. To determine whether there are additional fill methods that are supported by the IOcrEngine but not currently installed on your system, use GetAdditionalNativeFillMethods.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.