ScanFix Xpress v9.0 for .NET - Updated
Variation Property




Accusoft.ScanFixXpressSdk Namespace > DeskewResults Class : Variation Property
Gets the amount of variation detected in the skew of the image.
Syntax
'Declaration
 
Public ReadOnly Property Variation As Integer
'Usage
 
Dim instance As DeskewResults
Dim value As Integer
 
value = instance.Variation
public int Variation {get;}
public: __property int get_Variation();
public:
property int Variation {
   int get();
}
Remarks

The valid value range is between 0 and 100.

Higher values indicating greater skew variation. This value will typically be high if the horizontal and vertical skews do not match or if different parts of the image are skewed by different amounts.

See Also

Reference

DeskewResults Class
DeskewResults Members

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