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

Show in webframe

IsNativeFillMethodSupported Method








The fill method to check.
Checks whether the specified fill method is supported by this IOcrEngine.
Syntax
bool IsNativeFillMethodSupported( 
   NativeOcrZoneFillMethod fillMethod
)
'Declaration
 
Function IsNativeFillMethodSupported( _
   ByVal fillMethod As NativeOcrZoneFillMethod _
) As Boolean
'Usage
 
Dim instance As IOcrZoneManager
Dim fillMethod As NativeOcrZoneFillMethod
Dim value As Boolean
 
value = instance.IsNativeFillMethodSupported(fillMethod)
bool IsNativeFillMethodSupported( 
   NativeOcrZoneFillMethod fillMethod
)
public boolean isNativeFillMethodSupported(NativeOcrZoneFillMethod fillMethod)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeFillMethodSupported( 
   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

See Also

Reference

IOcrZoneManager Interface
IOcrZoneManager Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneRecognitionModule Enumeration
NativeOcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
NativeOcrZone Structure
Programming with the 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