The AfterRecognitionNotes Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the after recognition notes for this zone.Visual Basic (Declaration) | |
---|---|
Public Property AfterRecognitionNotes As OcrZoneAfterRecognitionNotes |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZone Dim value As OcrZoneAfterRecognitionNotes instance.AfterRecognitionNotes = value value = instance.AfterRecognitionNotes |
C# | |
---|---|
public OcrZoneAfterRecognitionNotes AfterRecognitionNotes {get; set;} |
C++/CLI | |
---|---|
public: property OcrZoneAfterRecognitionNotes AfterRecognitionNotes { OcrZoneAfterRecognitionNotes get(); void set ( OcrZoneAfterRecognitionNotes value); } |
Property Value
One or more OcrZoneAfterRecognitionNotes enumeration member that indicate the after recognition notes for this zone.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.
Note: This property is not supported for the LEADTOOLS OCR Advantage Engine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
OcrZone StructureOcrZone Members
IOcrPage.AutoZone
OcrZoneAfterRecognitionNotes Enumeration
RecognitionOptions Property
IOcrUserDictionary Interface
IOcrSpellCheckManager Interface
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR
LEADTOOLS OCR Plus Engine Settings