Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : GetAdditionalNativeFillMethods Method |
NativeOcrZoneFillMethod[] GetAdditionalNativeFillMethods()
'Declaration
Function GetAdditionalNativeFillMethods() As NativeOcrZoneFillMethod()
'Usage
Dim instance As IOcrZoneManager Dim value() As NativeOcrZoneFillMethod value = instance.GetAdditionalNativeFillMethods()
NativeOcrZoneFillMethod[] GetAdditionalNativeFillMethods()
public ArrayList<NativeOcrZoneFillMethod> getAdditionalNativeFillMethods()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetAdditionalNativeFillMethods()
array<NativeOcrZoneFillMethod>^ GetAdditionalNativeFillMethods();
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.
IOcrZoneManager Interface
IOcrZoneManager Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneRecognitionModule Enumeration
NativeOcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
NativeOcrZone Structure
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application