Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
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

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