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




Accusoft.ScanFixXpressSdk Namespace > GraphicLineRemovalResults Class : CountOfLinesRemoved Property
Gets the actual count of the lines that were removed from the image.
Syntax
'Declaration
 
Public ReadOnly Property CountOfLinesRemoved As Integer
'Usage
 
Dim instance As GraphicLineRemovalResults
Dim value As Integer
 
value = instance.CountOfLinesRemoved
public int CountOfLinesRemoved {get;}
public: __property int get_CountOfLinesRemoved();
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

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