Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : IsFillMethodSupported Method |
bool IsFillMethodSupported( OcrZoneFillMethod fillMethod )
'Declaration Function IsFillMethodSupported( _ ByVal fillMethod As OcrZoneFillMethod _ ) As Boolean
'Usage Dim instance As IOcrZoneManager Dim fillMethod As OcrZoneFillMethod Dim value As Boolean value = instance.IsFillMethodSupported(fillMethod)
bool IsFillMethodSupported( OcrZoneFillMethod fillMethod )
- (BOOL)isFillMethodSupported:(LTOcrZoneFillMethod)fillMethod;
public boolean isFillMethodSupported(OcrZoneFillMethod fillMethod)
function Leadtools.Forms.Ocr.IOcrZoneManager.IsFillMethodSupported( fillMethod )
bool IsFillMethodSupported( OcrZoneFillMethod fillMethod )
To get all the fill methods supported by the engine, use GetSupportedFillMethods.