Gets and sets the maximum pixel height that an object can have to be considered a speck.
Syntax
public int SpeckHeight {get; set;}
public: __property int get_SpeckHeight();
public: __property void set_SpeckHeight(
int value
);
public:
property int SpeckHeight {
int get();
void set ( int value);
}
'Declaration
Public Property SpeckHeight As Integer
'Usage
Dim instance As DespeckleOptions
Dim value As Integer
instance.SpeckHeight = value
value = instance.SpeckHeight
See Also