Leadtools.Document Deprecated as of v16. Refer to: Leadtools.Forms.Ocr | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterDocumentFillMethod Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentFillMethod Enumeration



Values that indicate the kind of characters that fill the zone.

Syntax

Visual Basic (Declaration) 
Public Enum RasterDocumentFillMethod 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentFillMethod
C# 
public enum RasterDocumentFillMethod : Enum 
C++/CLI 
public enum class RasterDocumentFillMethod : public Enum 

Members

MemberDescription
Default Undetermined.
OmniFont The omnifont zone filling method. It denotes machine-printed text with any typeface that is not too stylized.
DraftDot9 The 9-pin draft dot-matrix zone filling method. It denotes a 9-pin draft dot-matrix printout.
Omr The optical mark zone filling method. It specifies a search for the presence or absence of an OMR mark within the zone.
Handprint The handprinted zone filling method. It denotes handprinting within the zone.
DraftDot24 The 24-pin draft dot-matrix zone filling method. It denotes a 24-pin draft dot-matrix printout.
OcrA The OCR-A zone filling method.
OcrB The OCR-B zone filling method.
Micr The magnetic ink character filling method (also called E-13B).
DotDigit The dot-digit zone filling method.
DashDigit The dash-digit zone filling method.
NoOcr No recognition will be attempted.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentFillMethod

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

The Leadtools.Document namespace is deprecated and no longer supported as of LEADTOOLS v16. For v16 and later, please refer to: Leadtools.Forms.Ocr. This documentation is retained for v15 and earlier informational use only.