Accusoft.Forms1 - Updated
CountOfSpecksFound Property (AutoDespeckleResults)



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

Property Value

An integer that represents the number of speckles.
See Also

Reference

AutoDespeckleResults Class
AutoDespeckleResults Members