Accusoft.ScanFixXpress8.Net
ImageWasModified Property (DeskewResults)




Gets a flag that indicates whether the image was modified to correct skew.
Syntax
'Declaration
 
Public ReadOnly Property ImageWasModified As Boolean
'Usage
 
Dim instance As DeskewResults
Dim value As Boolean
 
value = instance.ImageWasModified
public bool ImageWasModified {get;}
public: __property bool get_ImageWasModified();
public:
property bool ImageWasModified {
   bool get();
}
Remarks

This will be true unless the detection confidence is less than DeskewOptions.MinimumConfidence or the rotation angle is less than or equal to DeskewOptions.MaximumAcceptableAngle .

See Also

Reference

DeskewResults Class
DeskewResults Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback