ScanFix Xpress v9.0 for .NET - Updated
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
 
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)
public NegativeCorrectionOptions( 
   bool applyCorrection,
   int quality,
   int minimumConfidence
)
public: NegativeCorrectionOptions( 
   bool applyCorrection,
   int quality,
   int minimumConfidence
)
public:
NegativeCorrectionOptions( 
   bool applyCorrection,
   int quality,
   int 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

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