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




Accusoft.ScanFixXpressSdk Namespace > BlobRemovalResults Class : CountOfBlobsFound Property
Gets the number of blobs found and removed.
Syntax
'Declaration
 
Public ReadOnly Property CountOfBlobsFound As Integer
'Usage
 
Dim instance As BlobRemovalResults
Dim value As Integer
 
value = instance.CountOfBlobsFound
public int CountOfBlobsFound {get;}
public: __property int get_CountOfBlobsFound();
public:
property int CountOfBlobsFound {
   int get();
}

Property Value

An integer which represents the number of blobs.
See Also

Reference

BlobRemovalResults Class
BlobRemovalResults Members

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