LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
FillMethod Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrZone Structure : FillMethod Property



The FillMethod Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the zone filling method.

Syntax

Visual Basic (Declaration) 
Public Property FillMethod As OcrZoneFillMethod
Visual Basic (Usage)Copy Code
Dim instance As OcrZone
Dim value As OcrZoneFillMethod
 
instance.FillMethod = value
 
value = instance.FillMethod
C# 
public OcrZoneFillMethod FillMethod {get; set;}
C++/CLI 
public:
property OcrZoneFillMethod FillMethod {
   OcrZoneFillMethod get();
   void set (    OcrZoneFillMethod value);
}

Property Value

An OcrZoneFillMethod enumeration member that indicate the zone fill method.

Example

For an example, refer to IOcrPage.AutoZone.

Remarks

The FillMethod property is used to define what kind of zone filling method has been used originally on the document to fill the zone's area. (i.e. whether it contains a barcode, machine print, handprint, graphic, etc.).

The RecognitionModule property specifies the recognition module to be used for this zone.

Since any recognition module supports only a limited set of the zone filling methods, the module specified in RecognitionModule should be able to deal with the specified OcrZoneFillMethod. It is your responsibility to specify a valid recognition module-filling method pair. Otherwise any incorrectly set zone will have no recognition result. For more information, refer to An Overview of OCR Recognition Modules.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

FillMethod requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features