ScanFix Xpress v9.0 for .NET - Updated
DotShadingRemovalOptions Constructor(Int32,Int32,Int32,Int32,Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > DotShadingRemovalOptions Class > DotShadingRemovalOptions Constructor : DotShadingRemovalOptions Constructor(Int32,Int32,Int32,Int32,Int32,Int32)
The width of the smallest dot-shaded area to process.
The height of the smallest dot-shaded area to process.
A value used to fine-tune the height of dots to remove.
A value used to fine-tune the width of dots to remove.
A value used to adjust the expected density of dot shading areas.
The maximum width and height (in pixels) of individual dots to remove.
Instantiates a new DotShadingRemovalOptions object setting the default specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal minimumAreaWidth As Integer, _
   ByVal minimumAreaHeight As Integer, _
   ByVal verticalSizeAdjustment As Integer, _
   ByVal horizontalSizeAdjustment As Integer, _
   ByVal densityAdjustment As Integer, _
   ByVal maximumDotSize As Integer _
)
'Usage
 
Dim minimumAreaWidth As Integer
Dim minimumAreaHeight As Integer
Dim verticalSizeAdjustment As Integer
Dim horizontalSizeAdjustment As Integer
Dim densityAdjustment As Integer
Dim maximumDotSize As Integer
 
Dim instance As New DotShadingRemovalOptions(minimumAreaWidth, minimumAreaHeight, verticalSizeAdjustment, horizontalSizeAdjustment, densityAdjustment, maximumDotSize)
public DotShadingRemovalOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int verticalSizeAdjustment,
   int horizontalSizeAdjustment,
   int densityAdjustment,
   int maximumDotSize
)
public: DotShadingRemovalOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int verticalSizeAdjustment,
   int horizontalSizeAdjustment,
   int densityAdjustment,
   int maximumDotSize
)
public:
DotShadingRemovalOptions( 
   int minimumAreaWidth,
   int minimumAreaHeight,
   int verticalSizeAdjustment,
   int horizontalSizeAdjustment,
   int densityAdjustment,
   int maximumDotSize
)

Parameters

minimumAreaWidth
The width of the smallest dot-shaded area to process.
minimumAreaHeight
The height of the smallest dot-shaded area to process.
verticalSizeAdjustment
A value used to fine-tune the height of dots to remove.
horizontalSizeAdjustment
A value used to fine-tune the width of dots to remove.
densityAdjustment
A value used to adjust the expected density of dot shading areas.
maximumDotSize
The maximum width and height (in pixels) of individual dots to remove.
See Also

Reference

DotShadingRemovalOptions Class
DotShadingRemovalOptions Members
Overload List

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