Accusoft.ScanFixXpress8.Net
MinimumConfidence Property (NegativeCorrectionOptions)




Gets and sets the minimum detection confidence required before correction will proceed.
Syntax
'Declaration
 
Public Property MinimumConfidence As Integer
'Usage
 
Dim instance As NegativeCorrectionOptions
Dim value As Integer
 
instance.MinimumConfidence = value
 
value = instance.MinimumConfidence
public int MinimumConfidence {get; set;}
public: __property int get_MinimumConfidence();
public: __property void set_MinimumConfidence( 
   int value
);
public:
property int MinimumConfidence {
   int get();
   void set (    int value);
}
Remarks

The default value is 50 .

Valid values are 0 to 100 .

See Also

Reference

NegativeCorrectionOptions Class
NegativeCorrectionOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback