←Select platform

FormsTradeoffMode Enumeration

Summary

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

Syntax

C#
VB
C++
Java
[SerializableAttribute()] 
public enum FormsTradeoffMode 
  
<SerializableAttribute()> 
Public Enum FormsTradeoffMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class FormsTradeoffMode 
    extends java.lang.Enum<FormsTradeoffMode> 
[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

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