Gets and sets the maximum width or height (in pixels) of specks present
in the border of the image.
Syntax
public int BorderSpeckSize {get; set;}
public: __property int get_BorderSpeckSize();
public: __property void set_BorderSpeckSize(
int value
);
public:
property int BorderSpeckSize {
int get();
void set ( int value);
}
'Declaration
Public Property BorderSpeckSize As Integer
'Usage
Dim instance As BorderRemovalOptions
Dim value As Integer
instance.BorderSpeckSize = value
value = instance.BorderSpeckSize
See Also