The OcrZoneAfterRecognitionNotes Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
The after recognition flags for the zone.Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> <SerializableAttribute()> Public Enum OcrZoneAfterRecognitionNotes Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZoneAfterRecognitionNotes |
C# | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum OcrZoneAfterRecognitionNotes : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrZoneAfterRecognitionNotes : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
LanguageDictionaryUsed | The language dictionary was enabled during the checking process (spell checking was activated for the zone). |
None | No notes. |
UserDictionaryUsed | The User dictionary was enabled during the checking process (User dictionary checking was activated for the zone). |
VerificationUsed | The user-written checking callback (OcrSpellCheckCallback) was enabled during the checking process (user-written checking was activated). |
For an example, refer to IOcrPage.AutoZone.
The value of the OcrZone.AfterRecognitionNotes will be updated if any of the OcrZoneRecognitionOptions values set in OcrZone.RecognitionOptions is used during the recognition process.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrZoneAfterRecognitionNotes
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7