←Select platform

AfterRecognitionNotes Property

Summary

Gets or sets the after recognition notes for this zone.

Syntax

C#
VB
Java
WinRT C#
C++
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');  

Property Value

One or more NativeOcrZoneAfterRecognitionNotes enumeration member that indicate the after recognition notes for this zone.

Remarks

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.

Example

For an example, refer to IOcrPage.AutoZone.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly