Leadtools.Forms.Ocr Namespace > OcrZone Structure : AfterRecognitionNotes Property |
public OcrZoneAfterRecognitionNotes AfterRecognitionNotes {get; set;}
'Declaration Public Property AfterRecognitionNotes As OcrZoneAfterRecognitionNotes
'Usage Dim instance As OcrZone Dim value As OcrZoneAfterRecognitionNotes instance.AfterRecognitionNotes = value value = instance.AfterRecognitionNotes
public OcrZoneAfterRecognitionNotes AfterRecognitionNotes {get; set;}
@property (nonatomic, assign) LTOcrZoneAfterRecognitionNotes afterRecognitionNotes;
public OcrZoneAfterRecognitionNotes getAfterRecognitionNotes() public void setAfterRecognitionNotes(OcrZoneAfterRecognitionNotes value)
get_AfterRecognitionNotes();
set_AfterRecognitionNotes(value);
Object.defineProperty('AfterRecognitionNotes');
public: property OcrZoneAfterRecognitionNotes AfterRecognitionNotes { OcrZoneAfterRecognitionNotes get(); void set ( OcrZoneAfterRecognitionNotes value); }
The value of the AfterRecognitionNotes will be updated if any of the OcrZoneRecognitionOptions values set in RecognitionOptions is used during the recognition process.
Note: This property is not supported for the LEADTOOLS OCR Advantage Engine.
OcrZone Structure
OcrZone Members
AutoZone Method
OcrZoneAfterRecognitionNotes Enumeration
RecognitionOptions Property
IOcrSpellCheckManager Interface
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with the LEADTOOLS .NET OCR
LEADTOOLS OCR Plus Engine Settings