Leadtools.Forms.Ocr Namespace > IOcrZoneManager Interface : GetSupportedFillMethods Method |
OcrZoneFillMethod[] GetSupportedFillMethods()
'Declaration Function GetSupportedFillMethods() As OcrZoneFillMethod()
'Usage Dim instance As IOcrZoneManager Dim value() As OcrZoneFillMethod value = instance.GetSupportedFillMethods()
OcrZoneFillMethod[] GetSupportedFillMethods()
- (BOOL)getSupportedFillMethods:(LTOcrZoneFillMethod**)supportedFillMethods length:(unsigned int*)length error:(NSError**)outError;
public OcrZoneFillMethod[] getSupportedFillMethods()
function Leadtools.Forms.Ocr.IOcrZoneManager.GetSupportedFillMethods()
array<OcrZoneFillMethod>^ GetSupportedFillMethods();
To determine whether a particular fill method is supported by the engine, use IsFillMethodSupported.
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 GetAdditionalFillMethods.