Gets or sets the zone filling method.
public NativeOcrZoneFillMethod FillMethod { get; set; }
Public Property FillMethod As NativeOcrZoneFillMethod
public NativeOcrZoneFillMethod getFillMethod()
public void setFillMethod(NativeOcrZoneFillMethod value)
public:
property NativeOcrZoneFillMethod FillMethod {
NativeOcrZoneFillMethod get();
void set ( NativeOcrZoneFillMethod );
}
An NativeOcrZoneFillMethod enumeration member that indicates the zone fill method.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document