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




Accusoft.ScanFixXpressSdk Namespace > LineRemovalResults Class : CountOfLinesFound Property
Gets count of the lines meeting the given criteria that were found on the image.
Syntax
'Declaration
 
Public ReadOnly Property CountOfLinesFound As Integer
'Usage
 
Dim instance As LineRemovalResults
Dim value As Integer
 
value = instance.CountOfLinesFound
public int CountOfLinesFound {get;}
public: __property int get_CountOfLinesFound();
public:
property int CountOfLinesFound {
   int get();
}

Property Value

An integer value which indicates the number of lines removed.
See Also

Reference

LineRemovalResults Class
LineRemovalResults Members

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