Accusoft.Forms1 - Updated
MinimumConfidence Property (DeskewOptions)



Accusoft.ScanFixXpressSdk Namespace > DeskewOptions Class : MinimumConfidence Property
Gets and sets the minimum detection confidence required before correction will proceed.
Syntax
Public Property MinimumConfidence As Integer
Dim instance As DeskewOptions
Dim value As Integer
 
instance.MinimumConfidence = value
 
value = instance.MinimumConfidence
public int MinimumConfidence {get; set;}
public:
property int MinimumConfidence {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 0 to 100.

If the detection confidence is less than this value, the image will not be modified.

See Also

Reference

DeskewOptions Class
DeskewOptions Members