Gets and sets the maximum pixel width that an object can have to be considered a speck.
Syntax
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);
}
'Declaration
Public Property SpeckWidth As Integer
'Usage
Dim instance As DespeckleOptions
Dim value As Integer
instance.SpeckWidth = value
value = instance.SpeckWidth
See Also