Visual Basic (Declaration) | |
---|---|
Public Property AfterRecognitionNotes As OcrZoneAfterRecognitionNotes |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public OcrZoneAfterRecognitionNotes AfterRecognitionNotes {get; set;} |
C++/CLI | |
---|---|
public: property OcrZoneAfterRecognitionNotes AfterRecognitionNotes { OcrZoneAfterRecognitionNotes get(); void set (OcrZoneAfterRecognitionNotes value); } |
Return 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 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
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