←Select platform

RecognitionOptions Property

Summary

Gets or sets the extra recognition options for this zone.

Syntax

C#
VB
Java
WinRT C#
C++
public NativeOcrZoneRecognitionOptions RecognitionOptions { get; set; } 
Public Property RecognitionOptions As Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions 
public Leadtools.Forms.Ocr.NativeOcrZoneRecognitionOptions RecognitionOptions {get; set;} 
public NativeOcrZoneRecognitionOptions getRecognitionOptions() 
public void setRecognitionOptions(NativeOcrZoneRecognitionOptions value) 
             
 <br/>get_RecognitionOptions();<br/>set_RecognitionOptions(value);<br/>Object.defineProperty('RecognitionOptions');  

Property Value

One or more NativeOcrZoneRecognitionOptions enumeration member that indicate the extra recognition options for this zone.

Remarks

The NativeOcrZone.RecognitionOptions property can be used to control how the checking subsystem will check the recognized result for the zone. For more information, refer to NativeOcrZoneRecognitionOptions.

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