ScanFix Xpress v9.0 for .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 maximum pixel height that an object can have to be considered a speck. Valid values are positive integer values of one or greater.
Instantiates a new DespeckleOptions object setting the specified options.
Syntax
'Declaration
 
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)
public DespeckleOptions( 
   int speckWidth,
   int speckHeight
)
public: DespeckleOptions( 
   int speckWidth,
   int speckHeight
)
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.
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.
See Also

Reference

DespeckleOptions Class
DespeckleOptions Members
Overload List

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