Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterDocumentZoneFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 |
Member | Description |
---|---|
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) |
System.Object
System.ValueType
System.Enum
Leadtools.Document.RasterDocumentZoneFlags
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