Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> <SerializableAttribute()> Public Enum OcrZoneAfterRecognitionNotes Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum OcrZoneAfterRecognitionNotes : Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] [SerializableAttribute()] public enum class OcrZoneAfterRecognitionNotes : public Enum |
Member | Description |
---|---|
None | No notes. |
LanguageDictionaryUsed | The language dictionary was enabled during the checking process (spell checking was activated for the zone). |
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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
Leadtools.Forms.Ocr NamespaceOcrZone.AfterRecognitionNotes
OcrZone.RecognitionOptions
IOcrPage.AutoZone
OcrSpellCheckCallback Delegate
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR
An Overview of OCR Recognition Modules