Checks whether the specified fill method is supported by this IOcrEngine.
public bool IsNativeFillMethodSupported(
NativeOcrZoneFillMethod fillMethod
)
Function IsNativeFillMethodSupported( _
ByVal fillMethod As Leadtools.Forms.Ocr.NativeOcrZoneFillMethod _
) As Boolean
bool IsNativeFillMethodSupported(
Leadtools.Forms.Ocr.NativeOcrZoneFillMethod fillMethod
)
public boolean isNativeFillMethodSupported(NativeOcrZoneFillMethod fillMethod)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsNativeFillMethodSupported(
fillMethod
)
bool IsNativeFillMethodSupported(
Leadtools.Forms.Ocr.NativeOcrZoneFillMethod fillMethod
)
fillMethod
The fill method to check.
True if fillMethod is supported by this IOcrEngine; otherwise, it is false.
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.
For an example, refer to IOcrZoneManager.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET