Accusoft.Forms1 - Updated
MaximumAcceptableAngle Property



Accusoft.ScanFixXpressSdk Namespace > DeskewOptions Class : MaximumAcceptableAngle Property
Gets and sets the maximum amount of skew (in degrees) that is considered acceptable by the caller.
Syntax
<ObsoleteAttribute("Replaced by MinimumCorrectableAngle in ScanFix6")>
Public Property MaximumAcceptableAngle As Double
Dim instance As DeskewOptions
Dim value As Double
 
instance.MaximumAcceptableAngle = value
 
value = instance.MaximumAcceptableAngle
[Obsolete("Replaced by MinimumCorrectableAngle in ScanFix6")]
public double MaximumAcceptableAngle {get; set;}
[Obsolete("Replaced by MinimumCorrectableAngle in ScanFix6")]
public:
property double MaximumAcceptableAngle {
   double get();
   void set (    double value);
}
Remarks

The default value is 0.2.

Valid values are 0.0 to 2.0.

Angles less than or equal to this amount will not be corrected.

See Also

Reference

DeskewOptions Class
DeskewOptions Members