![]() |
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 > IOcrPage Interface : UpdateNativeFillMethod Method |
void UpdateNativeFillMethod()
'Declaration
Sub UpdateNativeFillMethod()
'Usage
Dim instance As IOcrPage instance.UpdateNativeFillMethod()
void UpdateNativeFillMethod()
- (void)updateNativeFillMethod;
public void updateNativeFillMethod()
function Leadtools.Forms.Ocr.IOcrPage.UpdateNativeFillMethod()
void UpdateNativeFillMethod();
This method tries to determine the type of the text in the zones of this IOcrPage (e.g. hand printed, machine printed or dot-matrix printed text). This method only looks into zones having the NativeOcrZoneFillMethod.Default value in their NativeOcrZone.FillMethod property. When a zone with this qualification is found, this method will update the following:
If the detection was unsuccessful, both properties of the zone remain intact.
The types of zones that can be detected with this method are:
To detect the global fill method of a page, use DetectNativeFillMethod
Note: This method is not supported in the LEADTOOLS OCR Advantage Engine, any call to this method will have no effect.