Instantiates a new DotShadingRemovalOptions object setting the default specified values.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal 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 ,
int ,
int ,
int ,
int ,
int
)
public: DotShadingRemovalOptions(
int ,
int ,
int ,
int ,
int ,
int
)
public:
DotShadingRemovalOptions(
int ,
int ,
int ,
int ,
int ,
int
)
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