←Select platform

GetAdditionalNativeFillMethods Method

Summary

Gets an array of additional fill methods supported by the IOcrEngine.

Syntax

C#
VB
Java
WinRT C#
C++
public NativeOcrZoneFillMethod[] GetAdditionalNativeFillMethods() 
Function GetAdditionalNativeFillMethods() As Leadtools.Forms.Ocr.NativeOcrZoneFillMethod() 
[Leadtools.Forms.Ocr.NativeOcrZoneFillMethod[]](nativeocrzonefillmethod.md) GetAdditionalNativeFillMethods() 
public ArrayList<NativeOcrZoneFillMethod> getAdditionalNativeFillMethods() 
function Leadtools.Forms.Ocr.IOcrZoneManager.GetAdditionalNativeFillMethods() 
Leadtools.Forms.Ocr.array<NativeOcrZoneFillMethod>^ GetAdditionalNativeFillMethods();  

Return Value

An array of NativeOcrZoneFillMethod enumeration members that contain the additional fill methods supported by the IOcrEngine.

Remarks

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

The additional fill methods are values that are supported by this IOcrEngine but are not found on the system. You need to install additional fill method packs to be able to support these methods in your application. For more information, refer to Files to be Included with Your Application.

To get a list of all fill methods supported by the engine, use GetSupportedNativeFillMethods.

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

Note: This method is not supported in the LEADTOOLS OCR Advantage Engine. This method will always return an empty array.

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