Accusoft.Forms1 - Updated
BigObjects Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : BigObjects Property
Gets a value indicating weighted count of color objects larger than DetectColorOptions.MinimumSize.
Syntax
Public ReadOnly Property BigObjects As Integer
Dim instance As DetectColorResults
Dim value As Integer
 
value = instance.BigObjects
public int BigObjects {get;}
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