Gets or sets the after recognition notes for this zone.
public NativeOcrZoneAfterRecognitionNotes AfterRecognitionNotes { get; set; }
Public Property AfterRecognitionNotes As Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes
public Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes AfterRecognitionNotes {get; set;}
public NativeOcrZoneAfterRecognitionNotes getAfterRecognitionNotes()
public void setAfterRecognitionNotes(NativeOcrZoneAfterRecognitionNotes value)
<br/>get_AfterRecognitionNotes();<br/>set_AfterRecognitionNotes(value);<br/>Object.defineProperty('AfterRecognitionNotes');
public:
property Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes AfterRecognitionNotes {
Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes get();
void set ( Leadtools.Forms.Ocr.NativeOcrZoneAfterRecognitionNotes );
}
One or more NativeOcrZoneAfterRecognitionNotes enumeration member that indicate the after recognition notes for this zone.
The value of the AfterRecognitionNotes will be updated if any of the NativeOcrZoneRecognitionOptions values set in RecognitionOptions is used during the recognition process.
Note: This property is not supported for the LEADTOOLS OCR Advantage Engine.
For an example, refer to IOcrPage.AutoZone.
NativeOcrZoneAfterRecognitionNotes Enumeration
IOcrSpellCheckManager Interface
NativeOcrZoneRecognitionModule Enumeration
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET