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
RasterDocumentZoneFlags Enumeration
See Also  
Leadtools.Document Namespace : RasterDocumentZoneFlags Enumeration



A set of flags for the Ocr Zone.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterDocumentZoneFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterDocumentZoneFlags
C# 
[FlagsAttribute()]
public enum RasterDocumentZoneFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class RasterDocumentZoneFlags : public Enum 

Members

MemberDescription
None None.
DoNotUseLanguageDictionary Prohibit the use of the Language dictionary.
DoNotUseUserDictionary Prohibit the use of the User dictionary.
DoNotUseVerificationEvent Prohibit the use of the user-written checking event.
DoNotUseVerticalDictionary Prohibit the use of the Vertical dictionary
IgnoreWhitespaceCharacters Ignore white space characters (SPACE and TAB characters) during checking. This field should be used together with RasterDocumentZoneFlags.PassLines.
IgnoreCaseInsensitive Case insensitive UD-checking
PassLines Instructs the RasterDocumentRecognizeModule to pass entire lines to the checker, instead of words. Do not use this attribute in conjunction with spell checking.
DisableSpellCorrectionModule Correction done by the Spell module is disabled even if it is enabled at page-level
UsePunctuationCharacters Checking will consider punctuation characters on the boundaries of the strings, as well
EnableCorrectProperNames Enables the correction of words beginning with an uppercase letter inside a sentence (i.e. typically but not always proper names)
LanguageDictionaryUsed "After recognition flag": the Language dictionary was enabled during the checking process (spell checking was activated for the zone)
UserDictionaryUsed "After recognition flag": the User dictionary was enabled during the checking process (UD-checking was activated for the zone).
VerificationEventUsed "After recognition flag": a user-written checking callback function was enabled during the checking process (user-written checking was activated)

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Document.RasterDocumentZoneFlags

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.