Accusoft.ScanFixXpress8.Net
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback