Accusoft.ScanFixXpress8.Net - Updated
ShearAngle Property




Accusoft.ScanFixXpressSdk Namespace > ShearOptions Class : ShearAngle Property
Gets and sets the amount of shear to apply to the image.
Syntax
'Declaration
 
Public Property ShearAngle As Double
'Usage
 
Dim instance As ShearOptions
Dim value As Double
 
instance.ShearAngle = value
 
value = instance.ShearAngle
public double ShearAngle {get; set;}
public: __property double get_ShearAngle();
public: __property void set_ShearAngle( 
   double value
);
public:
property double ShearAngle {
   double get();
   void set (    double value);
}
Remarks

The default value is 0.0.

Valid values are -360.0 to 360.0.

See Also

Reference

ShearOptions Class
ShearOptions Members