←Select platform

AfterRecognitionNotes Property

Summary

Gets or sets the after recognition notes for this zone.

Syntax
C#
VB
C++
Java
public NativeOcrZoneAfterRecognitionNotes AfterRecognitionNotes { get; set; } 
Public Property AfterRecognitionNotes As NativeOcrZoneAfterRecognitionNotes 
public NativeOcrZoneAfterRecognitionNotes getAfterRecognitionNotes() 
public void setAfterRecognitionNotes(NativeOcrZoneAfterRecognitionNotes value) 

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 Module - LEAD Engine.

Example

For an example, refer to IOcrPage.AutoZone.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly