Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
NegativeCorrectionOptions Constructor(Boolean,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > NegativeCorrectionOptions Class > NegativeCorrectionOptions Constructor : NegativeCorrectionOptions Constructor(Boolean,Int32,Int32)
A flag to indicate whether negative images should be automatically corrected.
A value that indicates the amount of effort to expend analyzing the image to determine if it is a negative.
The minimum detection confidence required before correction will proceed.
Instantiates a new NegativeCorrectionOptions object with the specified values.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal applyCorrection As Boolean, _
   ByVal quality As Integer, _
   ByVal minimumConfidence As Integer _
)
 
'Usage
 
Dim applyCorrection As Boolean
Dim quality As Integer
Dim minimumConfidence As Integer
 
Dim instance As New NegativeCorrectionOptions(applyCorrection, quality, minimumConfidence)

Parameters

applyCorrection
A flag to indicate whether negative images should be automatically corrected.
quality
A value that indicates the amount of effort to expend analyzing the image to determine if it is a negative.
minimumConfidence
The minimum detection confidence required before correction will proceed.
See Also

Reference

NegativeCorrectionOptions Class
NegativeCorrectionOptions Members
Overload List