Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

GetSupportedNativeFillMethods Method








Gets a list of fill methods supported by this IOcrEngine.
Syntax
NativeOcrZoneFillMethod[] GetSupportedNativeFillMethods()
'Declaration
 
Function GetSupportedNativeFillMethods() As NativeOcrZoneFillMethod()
'Usage
 
Dim instance As IOcrZoneManager
Dim value() As NativeOcrZoneFillMethod
 
value = instance.GetSupportedNativeFillMethods()
NativeOcrZoneFillMethod[] GetSupportedNativeFillMethods()
public ArrayList<NativeOcrZoneFillMethod> getSupportedNativeFillMethods()
function Leadtools.Forms.Ocr.IOcrZoneManager.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

See Also

Reference

IOcrZoneManager Interface
IOcrZoneManager Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneRecognitionModule Enumeration
NativeOcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
NativeOcrZone Structure
Programming with LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features