Leadtools.Document Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum RasterDocumentZoneFlags : public 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Documentrequires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features