LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

FillMethod Property

Show in webframe







Gets or sets the zone filling method.
Syntax
public OcrZoneFillMethod FillMethod {get; set;}
'Declaration
 
Public Property FillMethod As OcrZoneFillMethod
'Usage
 
Dim instance As OcrZone
Dim value As OcrZoneFillMethod
 
instance.FillMethod = value
 
value = instance.FillMethod
public OcrZoneFillMethod FillMethod {get; set;}
@property (nonatomic, assign) LTOcrZoneFillMethod fillMethod;
public OcrZoneFillMethod getFillMethod()
public void setFillMethod(OcrZoneFillMethod value)
            
 
get_FillMethod();
set_FillMethod(value);
Object.defineProperty('FillMethod');
public:
property OcrZoneFillMethod FillMethod {
   OcrZoneFillMethod get();
   void set (    OcrZoneFillMethod value);
}

Property Value

An OcrZoneFillMethod enumeration member that indicate the zone fill method.
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.

Example
For an example, refer to IOcrPage.AutoZone.
Requirements

Target Platforms

See Also

Reference

OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneType Enumeration
OcrZoneFillMethod Enumeration
OcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with the LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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