Accusoft.Forms1 - Updated
ImageWasModified Property (GraphicLineRemovalResults)



Accusoft.ScanFixXpressSdk Namespace > GraphicLineRemovalResults Class : ImageWasModified Property
Gets a flag that indicates whether the image was modified to remove lines.
Syntax
Public ReadOnly Property ImageWasModified As Boolean
Dim instance As GraphicLineRemovalResults
Dim value As Boolean
 
value = instance.ImageWasModified
public bool ImageWasModified {get;}
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 CountOfLinesRemoved property value is 0, this property will return False. The count of lines removed will only be 0 if there were not lines passed in to remove, or when there is an error removing the lines.

See Also

Reference

GraphicLineRemovalResults Class
GraphicLineRemovalResults Members