Gets a list of fill methods supported by this IOcrEngine.
public NativeOcrZoneFillMethod[] GetSupportedNativeFillMethods()
Function GetSupportedNativeFillMethods() As Leadtools.Forms.Ocr.NativeOcrZoneFillMethod()
[Leadtools.Forms.Ocr.NativeOcrZoneFillMethod[]](nativeocrzonefillmethod.md) GetSupportedNativeFillMethods()
public ArrayList<NativeOcrZoneFillMethod> getSupportedNativeFillMethods()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedNativeFillMethods()
Leadtools.Forms.Ocr.array<NativeOcrZoneFillMethod>^ GetSupportedNativeFillMethods();
An array of NativeOcrZoneFillMethod members that list the fill methods supported by this IOcrEngine.
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.
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