ScanFix Xpress v9.0 for .NET - Updated
CountOfSpecksFound Property (AutoDespeckleResults)




Accusoft.ScanFixXpressSdk Namespace > AutoDespeckleResults Class : CountOfSpecksFound Property
Gets the number of speckles found and removed from image
Syntax
'Declaration
 
Public ReadOnly Property CountOfSpecksFound As Integer
'Usage
 
Dim instance As AutoDespeckleResults
Dim value As Integer
 
value = instance.CountOfSpecksFound
public int CountOfSpecksFound {get;}
public: __property int get_CountOfSpecksFound();
public:
property int CountOfSpecksFound {
   int get();
}

Property Value

An integer that represents the number of speckles.
See Also

Reference

AutoDespeckleResults Class
AutoDespeckleResults Members

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