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 > NativeOcrZone Structure : FillMethod Property |
public NativeOcrZoneFillMethod FillMethod {get; set;}
'Declaration
Public Property FillMethod As NativeOcrZoneFillMethod
'Usage
Dim instance As NativeOcrZone Dim value As NativeOcrZoneFillMethod instance.FillMethod = value value = instance.FillMethod
public NativeOcrZoneFillMethod FillMethod {get; set;}
public NativeOcrZoneFillMethod getFillMethod() public void setFillMethod(NativeOcrZoneFillMethod value)
<br/>get_FillMethod();<br/>set_FillMethod(value);<br/>Object.defineProperty('FillMethod');
public: property NativeOcrZoneFillMethod FillMethod { NativeOcrZoneFillMethod get(); void set ( NativeOcrZoneFillMethod value); }
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 NativeOcrZoneFillMethod. 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.
NativeOcrZone Structure
NativeOcrZone Members
AutoZone Method
NativeOcrZoneType Enumeration
NativeOcrZoneFillMethod Enumeration
NativeOcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR