Accusoft.Forms1 - Updated
CountOfLinesRemoved Property



Accusoft.ScanFixXpressSdk Namespace > GraphicLineRemovalResults Class : CountOfLinesRemoved Property
Gets the actual count of the lines that were removed from the image.
Syntax
Public ReadOnly Property CountOfLinesRemoved As Integer
Dim instance As GraphicLineRemovalResults
Dim value As Integer
 
value = instance.CountOfLinesRemoved
public int CountOfLinesRemoved {get;}
public:
property int CountOfLinesRemoved {
   int get();
}

Property Value

An integer value which indicates the number of lines removed.
Remarks
The number of lines removed from the image may not be equal to the number of lines in the Graphic Lines list.
See Also

Reference

GraphicLineRemovalResults Class
GraphicLineRemovalResults Members