ScanFix Xpress v9.0 for .NET - Updated
CountOfAreasFound Property (InverseTextResults)




Accusoft.ScanFixXpressSdk Namespace > InverseTextResults Class : CountOfAreasFound Property
Gets the number of inverse text areas found and removed.
Syntax
'Declaration
 
Public ReadOnly Property CountOfAreasFound As Integer
'Usage
 
Dim instance As InverseTextResults
Dim value As Integer
 
value = instance.CountOfAreasFound
public int CountOfAreasFound {get;}
public: __property int get_CountOfAreasFound();
public:
property int CountOfAreasFound {
   int get();
}

Property Value

An integer representing the number of dot shading areas removed.
See Also

Reference

InverseTextResults Class
InverseTextResults Members

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