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 : IsNativeFillMethodSupported Method |
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 )
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.