ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Property MinimumSize As Integer
'Usage
 
Dim instance As DetectColorOptions
Dim value As Integer
 
instance.MinimumSize = value
 
value = instance.MinimumSize
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);
}
Remarks

The default value is 10.

Valid values are 1 to 10000.

See Also

Reference

DetectColorOptions Class
DetectColorOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.