Gets and sets the minimum size, length or width in pixels, required for a saturated object to be considered colored data.
Syntax
public int MinimumSize {get; set;}
public: __property int get_MinimumSize();
public: __property void set_MinimumSize(
int value
);
public:
property int MinimumSize {
int get();
void set ( int value);
}
'Declaration
Public Property MinimumSize As Integer
'Usage
Dim instance As DetectColorOptions
Dim value As Integer
instance.MinimumSize = value
value = instance.MinimumSize
See Also