←Select platform

TradeoffMode Property

Summary

Specifies which recognition algorithm trade-off setting to use for forms recognition.

Syntax

C#
VB
C++
Java
public FormsTradeoffMode TradeoffMode { get; set; } 
  
Public Property TradeoffMode As FormsTradeoffMode 
public FormsTradeoffMode getTradeoffMode(); 
public void setTradeoffMode( 
   FormsTradeoffMode formsTradeoffMode 
); 
public: 
property FormsTradeoffMode TradeoffMode { 
   FormsTradeoffMode get(); 
   void set (    FormsTradeoffMode ); 
} 

Property Value

The Leadtools.Forms.Common.FormsTradeoffMode setting to use for forms recognition.

Remarks

Using modes other than Accurate may affect the results of the unknown forms recognition, but it has no effect on master forms. This Mode will work only if we select Complex method in RecognitionMethod

Example

For an example, refer to 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.

Leadtools.Forms.Recognition Assembly