←Select platform

FormsTradeoffMode Enumeration

Summary

Represents criteria values to use with the trade-off algorithm for recognition.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum FormsTradeoffMode 
  
<SerializableAttribute()> 
Public Enum FormsTradeoffMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class FormsTradeoffMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0AccurateHighest accuracy mode. Used to recognize and process forms at any resolution.
1BalancedHigh speed. Used to recognize and process forms that have resolutions similar to their master forms with moderate text.
2FastHighest speed. Used to recognize and process forms that have resolutions similar to their master forms with abundant text.
Remarks

FormsTradeoffMode provides different trade-off options to the developer to perform the recognition and processing of forms. FormsTradeoffMode is used in two classes: Leadtools.Forms.Recognition.PageRecognitionOptions, and Leadtools.Forms.Auto.AutoFormsEngine.

Example

For an example, refer to Leadtools.Forms.Recognition.PageRecognitionOptions.

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms Namespace

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

Leadtools.Forms Assembly