Accusoft.ScanFixXpress8.Net
MaximumAcceptableAngle Property




Gets and sets the maximum amount of skew (in degrees) that is considered acceptable by the caller.
Syntax
'Declaration
 
<ObsoleteAttribute("Replaced by MinimumCorrectableAngle in ScanFix6")>
Public Property MaximumAcceptableAngle As Double
'Usage
 
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 get_MaximumAcceptableAngle();
public: __property void set_MaximumAcceptableAngle( 
   double value
);
[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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback