Accusoft.Forms1 - 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
Public Property SpeckWidth As Integer
Dim instance As DespeckleOptions
Dim value As Integer
 
instance.SpeckWidth = value
 
value = instance.SpeckWidth
public int SpeckWidth {get; set;}
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