ScanFix Xpress v9.0 for .NET - Updated
SpeckWidth Property




Accusoft.ScanFixXpressSdk Namespace > DespeckleOptions Class : SpeckWidth Property
Gets and sets the maximum pixel width that an object can have to be considered a speck.
Syntax
'Declaration
 
Public Property SpeckWidth As Integer
'Usage
 
Dim instance As DespeckleOptions
Dim value As Integer
 
instance.SpeckWidth = value
 
value = instance.SpeckWidth
public int SpeckWidth {get; set;}
public: __property int get_SpeckWidth();
public: __property void set_SpeckWidth( 
   int value
);
public:
property int SpeckWidth {
   int get();
   void set (    int value);
}
Remarks

The default value is 2.

Valid values are 1 to 100.

See Also

Reference

DespeckleOptions Class
DespeckleOptions Members

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