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 : GetSupportedNativeFillMethods Method |
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();
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.