ScanFix Xpress v9.0 for .NET - Updated
ImageWasModified Property (LineRemovalResults)




Accusoft.ScanFixXpressSdk Namespace > LineRemovalResults Class : ImageWasModified Property
Gets a flag that indicates whether the image was modified to remove lines.
Syntax
'Declaration
 
Public ReadOnly Property ImageWasModified As Boolean
'Usage
 
Dim instance As LineRemovalResults
Dim value As Boolean
 
value = instance.ImageWasModified
public bool ImageWasModified {get;}
public: __property bool get_ImageWasModified();
public:
property bool ImageWasModified {
   bool get();
}

Property Value

A boolean value which is true if the image was modified. Otherwise, false is returned.
Remarks

The default value is true.

When the CountOfLinesFound property value is 0, this property will return false.

See Also

Reference

LineRemovalResults Class
LineRemovalResults Members

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