ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public ReadOnly Property ImageWasModified As Boolean
'Usage
 
Dim instance As GraphicLineRemovalResults
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 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

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