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




Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : BigObjects Property
Gets a value indicating weighted count of color objects larger than DetectColorOptions.MinimumSize.
Syntax
'Declaration
 
Public ReadOnly Property BigObjects As Integer
'Usage
 
Dim instance As DetectColorResults
Dim value As Integer
 
value = instance.BigObjects
public int BigObjects {get;}
public: __property int get_BigObjects();
public:
property int BigObjects {
   int get();
}
Remarks

Objects twice DetectColorOptions.MinimumSize will count double, objects three times DetectColorOptions.MinimumSize will count triple, etc. This value can be used to determine if the size you are using is appropriate for your images.

See Also

Reference

DetectColorResults Class
DetectColorResults Members

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