←Select platform

MinimumConfidenceKnownForm Property

Summary

The minimum confidence value to consider the form as being one of the known types in Master Forms repository.

Syntax

C#
VB
C++
public int MinimumConfidenceKnownForm { get; set; } 
  
Public Property MinimumConfidenceKnownForm As Integer 
public: 
property int MinimumConfidenceKnownForm { 
   int get(); 
   void set (    int ); 
} 

Property Value

The minimum confidence value to consider the form as being one of the known types in Master Forms repository.

Remarks

The value ranges from 0 to 100 and it should be less than MinimumConfidenceRecognized.

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