Accusoft.Forms1 - Updated
ImageWasModified Property (ImageRegistrationResults)



Accusoft.ScanFixXpressSdk Namespace > ImageRegistrationResults Class : ImageWasModified Property
Gets a flag that indicates whether the image was modified during the registration process.
Syntax
Public ReadOnly Property ImageWasModified As Boolean
Dim instance As ImageRegistrationResults
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.
See Also

Reference

ImageRegistrationResults Class
ImageRegistrationResults Members