ScanFix Xpress v9.0 for .NET - Updated
MinimumDensity Property




Accusoft.ScanFixXpressSdk Namespace > BlobRemovalOptions Class : MinimumDensity Property
Gets and sets the ratio of black pixels to all pixels within the convex hull of an object.
Syntax
'Declaration
 
Public Property MinimumDensity As Integer
'Usage
 
Dim instance As BlobRemovalOptions
Dim value As Integer
 
instance.MinimumDensity = value
 
value = instance.MinimumDensity
public int MinimumDensity {get; set;}
public: __property int get_MinimumDensity();
public: __property void set_MinimumDensity( 
   int value
);
public:
property int MinimumDensity {
   int get();
   void set (    int value);
}
Remarks

The default value is 50.

Valid values are 0 to 100.

See Also

Reference

BlobRemovalOptions Class
BlobRemovalOptions Members

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