Accusoft.Forms1 - 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
Public ReadOnly Property CountOfLinesFound As Integer
Dim instance As LineRemovalResults
Dim value As Integer
 
value = instance.CountOfLinesFound
public int CountOfLinesFound {get;}
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