ScanFix Xpress v9.0 for .NET - Updated
MinimumConfidence Property (CombRemovalOptions)




Accusoft.ScanFixXpressSdk Namespace > CombRemovalOptions Class : MinimumConfidence Property
Gets and sets the confidence needed for an individual comb before it will be removed.
Syntax
'Declaration
 
Public Property MinimumConfidence As Integer
'Usage
 
Dim instance As CombRemovalOptions
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

CombRemovalOptions Class
CombRemovalOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.