Accusoft.Forms1 - Updated
MinimumSize Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorOptions Class : MinimumSize Property
Gets and sets the minimum size, length or width in pixels, required for a saturated object to be considered colored data.
Syntax
Public Property MinimumSize As Integer
Dim instance As DetectColorOptions
Dim value As Integer
 
instance.MinimumSize = value
 
value = instance.MinimumSize
public int MinimumSize {get; set;}
public:
property int MinimumSize {
   int get();
   void set (    int value);
}
Remarks

The default value is 10.

Valid values are 1 to 10000.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members