Gets a flag that indicates whether the image was modified to remove combs.
Syntax
public bool ImageWasModified {get;}
public: __property bool get_ImageWasModified();
public:
property bool ImageWasModified {
bool get();
}
'Declaration
Public ReadOnly Property ImageWasModified As Boolean
'Usage
Dim instance As CombRemovalResults
Dim value As Boolean
value = instance.ImageWasModified
Property Value
A boolean value which is
true if the image was modified. Otherwise,
false is returned.
See Also