←Select platform

TradeoffMode Property

Summary

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

Syntax

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

Property Value

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

Remarks

Using modes other than Accurate may affect the results of the unknown forms recognition, but it has no effect on master forms. This value may affect the results of Run(RasterImage,PageRequestCallback,Object,List<IMasterFormsCategory>), RecognizeForm(RasterImage,List<IMasterFormsCategory>), and GetMinimumRecognizedConfidenceForm.

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.Auto Assembly