Accusoft.ScanFixXpress8.Net - Updated
DespeckleOptions Constructor(Int32,Int32)




Accusoft.ScanFixXpressSdk Namespace > DespeckleOptions Class > DespeckleOptions Constructor : DespeckleOptions Constructor(Int32,Int32)
The maximum pixel width that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.
The maximum pixel height that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.
Instantiates a new DespeckleOptions object setting the specified options.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Function New( _
   ByVal speckWidth As Integer, _
   ByVal speckHeight As Integer _
)
'Usage
 
Dim speckWidth As Integer
Dim speckHeight As Integer
 
Dim instance As New DespeckleOptions(speckWidth, speckHeight)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public DespeckleOptions( 
   int speckWidth,
   int speckHeight
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public: DespeckleOptions( 
   int speckWidth,
   int speckHeight
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
DespeckleOptions( 
   int speckWidth,
   int speckHeight
)

Parameters

speckWidth
The maximum pixel width that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.
speckHeight
The maximum pixel height that an object can have to be considered a speck. Valid values are positive integer values of one or greater. The default value is 2.
See Also

Reference

DespeckleOptions Class
DespeckleOptions Members
Overload List